IPXV_Inst::GetLocalStrID Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
Line 3: Line 3:
 
{{#customTitle:IPXV_Inst::GetLocalStrID Method}}
 
{{#customTitle:IPXV_Inst::GetLocalStrID Method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|GetLocalStrID|method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|GetLocalStrID|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets localized string by specified unique string indentifier.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;sStrID
 
;sStrID
:[in]  Value of BSTR.
+
:[in]  Unique string identifier to localize.
 
;sLocalStrID
 
;sLocalStrID
:[out, retval]  Pointer to BSTR.
+
:[out, retval]  Pointer to BSTR containing the localized string.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 08:00, 18 March 2016


Gets localized string by specified unique string indentifier.

Syntax

HRESULT GetLocalStrID([in]           BSTR   sStrID,
                      [out, retval]  BSTR*  sLocalStrID);

Parameters

sStrID
[in] Unique string identifier to localize.
sLocalStrID
[out, retval] Pointer to BSTR containing the localized string.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Inst