IPXV_Inst::GetUILanguages Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_Inst::GetUILanguages Method}} | {{#customTitle:IPXV_Inst::GetUILanguages Method}} | ||
{{#parentPage:PXV:IPXV_Inst#Methods|GetUILanguages|method}} | {{#parentPage:PXV:IPXV_Inst#Methods|GetUILanguages|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets list of supported UI-languages. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;ppRes | ;ppRes | ||
− | :[out, retval] | + | :[out, retval] Returns pointer to [[PXV:IPXV_UILanguages|IPXV_UILanguages]] object. |
== Return Value == | == Return Value == | ||
Line 19: | Line 18: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_Inst|IPXV_Inst]] | + | [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_GetCurrentUILang|IPXV_Inst::GetCurrentUILang]] |
Revision as of 15:32, 25 May 2015
Gets list of supported UI-languages.
Syntax
HRESULT GetUILanguages([out, retval] IPXV_UILanguages** ppRes);
Parameters
- ppRes
- [out, retval] Returns pointer to IPXV_UILanguages object.
Return Value
Returns S_OK if operation was successful or error code in other cases.