IPXV_FormatConverter::CreateParams Method

From PDF XChange PDF SDK
Revision as of 01:37, 27 April 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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