IPXV_UILanguages::GetItem Method
From PDF XChange PDF SDK
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Get info about supported UI-language. | |
== Syntax == | == Syntax == |
Revision as of 15:38, 25 May 2015
Get info about supported UI-language.
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.