IPXV_Inst::GetLocalStr2 Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::GetLocalStr2 Method}}
 
{{#customTitle:IPXV_Inst::GetLocalStr2 Method}}
{{#parentPage:PXV:IPXV_Inst#Methods|GetLocalStr2 Method|method}}
+
{{#parentPage:PXV:IPXV_Inst#Methods|GetLocalStr2|method}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 9: Line 9:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT GetLocalStr2([in]          LONG  nStrID,
 
<pre class="brush:cpp;gutter:false">HRESULT GetLocalStr2([in]          LONG  nStrID,
                     [out, retval]  BSTR*  ppLocalStr);</pre>
+
                     [out, retval]  BSTR*  sLocalStr);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;nStrID
 
;nStrID
 
:[in]  Unique numerical identifier.
 
:[in]  Unique numerical identifier.
;ppLocalStr
+
;sLocalStr
 
:[out, retval]  Pointer to BSTR pointer that returns the localized string.
 
:[out, retval]  Pointer to BSTR pointer that returns the localized string.
  
Line 21: Line 21:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]]

Latest revision as of 03:56, 15 June 2015


Gets localized string by specified unique numerical indentifier.

Syntax

HRESULT GetLocalStr2([in]           LONG   nStrID,
                     [out, retval]  BSTR*  sLocalStr);

Parameters

nStrID
[in] Unique numerical identifier.
sLocalStr
[out, retval] Pointer to BSTR pointer that returns the localized string.

Return Value

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

See Also

IPXV_Inst