IPXV_Inst::GetLocalStr2 Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::GetLocalStr2 Method}}
 
{{#customTitle:IPXV_Inst::GetLocalStr2 Method}}
 +
{{#parentPage:PXV:IPXV_Inst#Methods|GetLocalStr2|method}}
 +
{{ToReview}}
  
 
Gets localized string by specified unique numerical indentifier.
 
Gets localized string by specified unique numerical indentifier.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetLocalStr2([in] LONG nStrID, [out, retval] BSTR* ppLocalStr);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT GetLocalStr2([in]           LONG   nStrID,
 +
                    [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 17: Line 21:
  
 
== See Also ==
 
== 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