IPXV_UILanguages::GetItem Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_UILanguages::GetItem Method}} | {{#customTitle:IPXV_UILanguages::GetItem Method}} | ||
− | {{#parentPage:PXV:IPXV_UILanguages|GetItem | + | {{#parentPage:PXV:IPXV_UILanguages#Methods|GetItem|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets info about supported UI-language. | |
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT GetItem([in] ULONG nIndex, | <pre class="brush:cpp;gutter:false">HRESULT GetItem([in] ULONG nIndex, | ||
− | [out] BSTR* | + | [out] BSTR* sCode, |
− | [out] BSTR* | + | [out] BSTR* sEName, |
− | [out] BSTR* | + | [out] BSTR* sLName);</pre> |
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] | + | :[in] The index of item in list. |
− | ; | + | ;sCode |
− | :[out] | + | :[out] Returns string with language code. |
− | ; | + | ;sEName |
− | :[out] | + | :[out] Returns string with name in english. |
− | ; | + | ;sLName |
− | :[out] | + | :[out] Returns string with local name. |
== Return Value == | == Return Value == | ||
Line 27: | Line 28: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_UILanguages|IPXV_UILanguages]] |
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.