IPXV_UILanguages::GetItem Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Get info about supported UI-language.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 16:38, 25 May 2015


Get 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