IPXV_FormatConverter::CreateParams Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:IPXV_FormatConverter::CreateParams Method}}
 
{{#customTitle:IPXV_FormatConverter::CreateParams Method}}
 
{{#parentPage:PXV:IPXV_FormatConverter#Methods|CreateParams|method}}
 
{{#parentPage:PXV:IPXV_FormatConverter#Methods|CreateParams|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Creates additional cab parameters holding advanced settings for the converter.
  
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT CreateParams([in]          IPXV_Inst*  pInst,
 
<pre class="brush:cpp;gutter:false">HRESULT CreateParams([in]          IPXV_Inst*  pInst,
                     [out, retval]  ICab**      ppParams);</pre>
+
                     [out, retval]  ICab**      pParams);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;pInst
 
;pInst
:[in]  Pointer to [[PXV:IPXV_Inst|IPXV_Inst]].
+
:[in]  Pointer to [[PXV:IPXV_Inst|IPXV_Inst]] containing the instance of the program.
;ppParams
+
;pParams
:[out, retval]  Pointer to [[PXV:ICab|ICab]].
+
:[out, retval]  Pointer to [[PXV:ICab|ICab]] containing the resulting advanced parameters.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 01:37, 27 April 2017


Creates additional cab parameters holding advanced settings for the converter.

Syntax

HRESULT CreateParams([in]           IPXV_Inst*  pInst,
                     [out, retval]  ICab**      pParams);

Parameters

pInst
[in] Pointer to IPXV_Inst containing the instance of the program.
pParams
[out, retval] Pointer to ICab containing the resulting advanced parameters.

Return Value

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

See Also

IPXV_FormatConverter