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)
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.
  

Revision as of 02:40, 4 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