IPXV_Inst::ID2Str Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT ID2Str([in]          LONG  nID,
 
<pre class="brush:cpp;gutter:false">HRESULT ID2Str([in]          LONG  nID,
               [out, retval]  BSTR*  ppStr);</pre>
+
               [out, retval]  BSTR*  sStr);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;nID
 
;nID
:[in]  Numeric ID of Local string.
+
:[in]  Numeric ID of string.
;ppStr
+
;sStr
:[out, retval]  Pointer to BSTR containing returned string.
+
:[out, retval]  Returns pointer to unicode string.
  
 
== Return Value ==
 
== Return Value ==
Line 21: Line 21:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Inst|IPXV_Inst]]
+
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_Str2ID|IPXV_Inst::Str2ID]]

Latest revision as of 03:56, 15 June 2015


Converts numerical identifier that was previously obtained by IPXV_Inst::Str2ID to corresponding string identifier.

Syntax

HRESULT ID2Str([in]           LONG   nID,
               [out, retval]  BSTR*  sStr);

Parameters

nID
[in] Numeric ID of string.
sStr
[out, retval] Returns pointer to unicode string.

Return Value

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

See Also

IPXV_Inst, IPXV_Inst::Str2ID