IPXV_UILanguages::GetItem Method

From PDF XChange PDF SDK
Revision as of 16:38, 25 May 2015 by Pifagor (Talk | contribs)

Jump to: navigation, search


Gets 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.

See Also

IPXV_UILanguages