IPXV_FormatConverter::CreateParams Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_FormatConverter::CreateParams Method}}
 
{{#customTitle:IPXV_FormatConverter::CreateParams Method}}
{{#parentPage:PXV:IPXV_FormatConverter|CreateParams Method|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 ==
Line 21: Line 21:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_FormatConverter|IPXV_FormatConverter]].
+
[[PXV:IPXV_FormatConverter|IPXV_FormatConverter]]

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