IPXC_CMap::MultiByte2Unicode Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:IPXC_CMap::MultiByte2Unicode Method}}
 +
{{#parentPage:PXV:IPXC_CMap#Methods|MultiByte2Unicode|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
The method of interface of PDF-XChange Editor SDK.
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">HRESULT MultiByte2Unicode([in]          UCHAR*  pMultiByte,
 +
                          [in]          ULONG  nLen,
 +
                          [out, retval]  BSTR*  sUnicode);</pre>
 +
 +
== Parameters ==
 +
;pMultiByte
 +
:[in]  Pointer to UCHAR.
 +
;nLen
 +
:[in]  Value of ULONG.
 +
;sUnicode
 +
:[out, retval]  Pointer to BSTR.
 +
 +
== Return Value ==
 +
Returns S_OK if operation was successful or error code in other cases.
 +
 +
== See Also ==
 +
[[PXV:IPXC_CMap|IPXC_CMap]]

Latest revision as of 01:25, 20 October 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT MultiByte2Unicode([in]           UCHAR*  pMultiByte,
                          [in]           ULONG   nLen,
                          [out, retval]  BSTR*   sUnicode);

Parameters

pMultiByte
[in] Pointer to UCHAR.
nLen
[in] Value of ULONG.
sUnicode
[out, retval] Pointer to BSTR.

Return Value

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

See Also

IPXC_CMap