IPXC_CMap::GetNextMBLen 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::GetNextMBLen Method}}
 +
{{#parentPage:PXV:IPXC_CMap#Methods|GetNextMBLen|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
The method of interface of PDF-XChange Editor SDK.
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">HRESULT GetNextMBLen([in]          UCHAR*  pMultiByte,
 +
                    [in]          ULONG  nLen,
 +
                    [out, retval]  ULONG*  pCnt);</pre>
 +
 +
== Parameters ==
 +
;pMultiByte
 +
:[in]  Pointer to UCHAR.
 +
;nLen
 +
:[in]  Value of ULONG.
 +
;pCnt
 +
:[out, retval]  Pointer to ULONG.
 +
 +
== 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 GetNextMBLen([in]           UCHAR*  pMultiByte,
                     [in]           ULONG   nLen,
                     [out, retval]  ULONG*  pCnt);

Parameters

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

Return Value

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

See Also

IPXC_CMap