IPXV_Inst::GetLocalStrID2 Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_Inst::GetLocalStrID2 Method}} | {{#customTitle:IPXV_Inst::GetLocalStrID2 Method}} | ||
{{#parentPage:PXV:IPXV_Inst#Methods|GetLocalStrID2|method}} | {{#parentPage:PXV:IPXV_Inst#Methods|GetLocalStrID2|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets localized string identifier by specified unique numerical identifier. | |
== Syntax == | == Syntax == | ||
Line 14: | Line 13: | ||
== Parameters == | == Parameters == | ||
;nStrID | ;nStrID | ||
− | :[in] | + | :[in] String numerical identifier. |
;sLocalStrID | ;sLocalStrID | ||
− | :[out, retval] Pointer to BSTR. | + | :[out, retval] Pointer to BSTR pointer containing the localized string identifier. |
== Return Value == | == Return Value == |
Latest revision as of 07:06, 18 March 2016
Gets localized string identifier by specified unique numerical identifier.
Syntax
HRESULT GetLocalStrID2([in] LONG nStrID, [out, retval] BSTR* sLocalStrID);
Parameters
- nStrID
- [in] String numerical identifier.
- sLocalStrID
- [out, retval] Pointer to BSTR pointer containing the localized string identifier.
Return Value
Returns S_OK if operation was successful or error code in other cases.