IPXV_Inst::ID2Str Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::ID2Str Method}}
 
{{#customTitle:IPXV_Inst::ID2Str Method}}
 +
{{#parentPage:PXV:IPXV_Inst#Methods|ID2Str|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Converts numerical identifier that was previously obtained by [[PXV:IPXV_Inst_Str2ID|IPXV_Inst::Str2ID]] to corresponding string identifier.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT ID2Str([in] LONG nID, [out, retval] BSTR* ppStr);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT ID2Str([in]           LONG   nID,
 +
              [out, retval] BSTR* sStr);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nID''
+
;nID
:[in]  Value of LONG.
+
:[in]  Numeric ID of string.
;''ppStr''
+
;sStr
:[out, retval]  Pointer to BSTR.
+
:[out, retval]  Returns pointer to unicode string.
  
 
== Return Value ==
 
== Return Value ==
Line 17: Line 21:
  
 
== See Also ==
 
== 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