IPXV_UILanguages::GetItem Method
From PDF XChange PDF SDK
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.