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)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_pdfStringCoder::Proceed Method}}
 
{{#customTitle:IPXS_pdfStringCoder::Proceed Method}}
{{#parentPage:PXV:IPXS_pdfStringCoder|Proceed Method|method}}
+
{{#parentPage:PXV:IPXS_pdfStringCoder#Methods|Proceed|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Proceed([in]      UCHAR*  pSrc,
+
<pre class="brush:cpp;gutter:false">HRESULT Proceed([in]      UCHAR*  nSrc,
 
                 [in]      ULONG  nSrcLen,
 
                 [in]      ULONG  nSrcLen,
                 [in, out]  UCHAR*  pDest,
+
                 [in, out]  UCHAR*  nDest,
 
                 [in, out]  ULONG*  nDestLen);</pre>
 
                 [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
Line 28: Line 28:
  
 
== 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