IPXV_Inst::GetLocalStrID2 Method

From PDF XChange PDF SDK
Jump to: navigation, search
(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}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets localized string identifier by specified unique numerical identifier.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;nStrID
 
;nStrID
:[in]  Value of LONG.
+
:[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 08: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.

See Also

IPXV_Inst