IAUX_Inst::CreateCabFromTemplate Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IAUX_Inst::CreateCabFromTemplate Method}} | {{#customTitle:IAUX_Inst::CreateCabFromTemplate Method}} | ||
− | {{#parentPage:PXV:IAUX_Inst|CreateCabFromTemplate | + | {{#parentPage:PXV:IAUX_Inst#Methods|CreateCabFromTemplate|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT CreateCabFromTemplate([in] | + | <pre class="brush:cpp;gutter:false">HRESULT CreateCabFromTemplate([in] void* pTemplateXml, |
− | [in] | + | [in] LONG cbTemplateXml, |
− | [in, defaultvalue(" | + | [in, defaultvalue("")] BSTR sRootName, |
− | [out, retval] | + | [out, retval] ICab** pCab);</pre> |
== Parameters == | == Parameters == | ||
Line 18: | Line 19: | ||
;cbTemplateXml | ;cbTemplateXml | ||
:[in] Value of LONG. | :[in] Value of LONG. | ||
− | ; | + | ;sRootName |
− | :[in, defaultvalue(" | + | :[in, defaultvalue("")] Value of BSTR. |
− | ; | + | ;pCab |
:[out, retval] Pointer to [[PXV:ICab|ICab]]. | :[out, retval] Pointer to [[PXV:ICab|ICab]]. | ||
Line 27: | Line 28: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IAUX_Inst|IAUX_Inst]] |
Latest revision as of 02:11, 15 June 2015
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.