IPXV_UILanguages::GetItem Method
From PDF XChange PDF SDK
Gets info about supported UI-language.
Syntax
HRESULT GetItem([in] ULONG Index, [out] BSTR* Code, [out] BSTR* EName, [out] BSTR* LName);
Parameters
- Index
- [in] The index of item in list.
- Code
- [out] Returns string with language code.
- EName
- [out] Returns string with name in english.
- LName
- [out] Returns string with local name.
Return Value
Returns S_OK if operation was successful or error code in other cases.