IPXV_UILanguages::GetItem Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 16: | Line 16: | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] | + | :[in] The index of item in list. |
;ppCode | ;ppCode | ||
− | :[out] | + | :[out] Returns string with language code. |
;ppEName | ;ppEName | ||
− | :[out] | + | :[out] Returns string with name in english. |
;ppLName | ;ppLName | ||
− | :[out] | + | :[out] Returns string with local name. |
== Return Value == | == Return Value == |
Revision as of 15:38, 25 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetItem([in] ULONG nIndex, [out] BSTR* ppCode, [out] BSTR* ppEName, [out] BSTR* ppLName);
Parameters
- nIndex
- [in] The index of item in list.
- ppCode
- [out] Returns string with language code.
- ppEName
- [out] Returns string with name in english.
- ppLName
- [out] Returns string with local name.
Return Value
Returns S_OK if operation was successful or error code in other cases.