IPXV_UILanguages::GetItem Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetItem([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT GetItem([in] ULONG Index, |
− | [out] BSTR* | + | [out] BSTR* Code, |
− | [out] BSTR* | + | [out] BSTR* EName, |
− | [out] BSTR* | + | [out] BSTR* LName);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;Index |
:[in] The index of item in list. | :[in] The index of item in list. | ||
− | ; | + | ;Code |
:[out] Returns string with language code. | :[out] Returns string with language code. | ||
− | ; | + | ;EName |
:[out] Returns string with name in english. | :[out] Returns string with name in english. | ||
− | ; | + | ;LName |
:[out] Returns string with local name. | :[out] Returns string with local name. | ||
Revision as of 06:45, 12 June 2015
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.