IPXV_UILanguages::GetItem Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 03:09, 15 June 2015
Gets info about supported UI-language.
Syntax
HRESULT GetItem([in] ULONG nIndex, [out] BSTR* sCode, [out] BSTR* sEName, [out] BSTR* sLName);
Parameters
- nIndex
- [in] The index of item in list.
- sCode
- [out] Returns string with language code.
- sEName
- [out] Returns string with name in english.
- sLName
- [out] Returns string with local name.
Return Value
Returns S_OK if operation was successful or error code in other cases.