IAUX_Inst::CreateCabFromTemplate Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CreateCabFromTemplate([in]                    void*   pTemplateXml,
                              [in]                    LONG    cbTemplateXml,
                              [in, defaultvalue("")]  BSTR    sRootName,
                              [out, retval]           ICab**  pCab);

Parameters

pTemplateXml
[in] Pointer to void.
cbTemplateXml
[in] Value of LONG.
sRootName
[in, defaultvalue("")] Value of BSTR.
pCab
[out, retval] Pointer to ICab.

Return Value

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

See Also

IAUX_Inst