IPXV_UILanguages::GetItem Method

From PDF XChange PDF SDK
Revision as of 07:45, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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.

See Also

IPXV_UILanguages