IPXS_pdfStringCoder::Proceed Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_pdfStringCoder::Proceed Method}}
 
{{#customTitle:IPXS_pdfStringCoder::Proceed Method}}
{{#parentPage:PXV:IPXS_pdfStringCoder|method}}
+
{{#parentPage:PXV:IPXS_pdfStringCoder#Methods|Proceed|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Proceed([in] UCHAR* pSrc, [in] ULONG nSrcLen, [in, out] UCHAR* pDest, [in, out] ULONG* nDestLen);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT Proceed([in]       UCHAR* nSrc,
 +
                [in]       ULONG   nSrcLen,
 +
                [in, out] UCHAR* nDest,
 +
                [in, out] ULONG* nDestLen);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pSrc''
+
;nSrc
 
:[in]  Pointer to UCHAR.
 
:[in]  Pointer to UCHAR.
;''nSrcLen''
+
;nSrcLen
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;''pDest''
+
;nDest
 
:[in, out]  Pointer to UCHAR.
 
:[in, out]  Pointer to UCHAR.
;''nDestLen''
+
;nDestLen
 
:[in, out]  Pointer to ULONG.
 
:[in, out]  Pointer to ULONG.
  
Line 24: Line 28:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXS_pdfStringCoder|IPXS_pdfStringCoder]].
+
[[PXV:IPXS_pdfStringCoder|IPXS_pdfStringCoder]]

Latest revision as of 03:41, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Proceed([in]       UCHAR*  nSrc,
                [in]       ULONG   nSrcLen,
                [in, out]  UCHAR*  nDest,
                [in, out]  ULONG*  nDestLen);

Parameters

nSrc
[in] Pointer to UCHAR.
nSrcLen
[in] Value of ULONG.
nDest
[in, out] Pointer to UCHAR.
nDestLen
[in, out] Pointer to ULONG.

Return Value

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

See Also

IPXS_pdfStringCoder