IAUX_Inst::CreateCabFromTemplate Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Parent page removed)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAUX_Inst::CreateCabFromTemplate Method}}
 
{{#customTitle:IAUX_Inst::CreateCabFromTemplate Method}}
 +
{{#parentPage:PXV:IAUX_Inst#Methods|CreateCabFromTemplate|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 11:
 
<pre class="brush:cpp;gutter:false">HRESULT CreateCabFromTemplate([in]                    void*  pTemplateXml,
 
<pre class="brush:cpp;gutter:false">HRESULT CreateCabFromTemplate([in]                    void*  pTemplateXml,
 
                               [in]                    LONG    cbTemplateXml,
 
                               [in]                    LONG    cbTemplateXml,
                               [in, defaultvalue("")]  BSTR    pRootName,
+
                               [in, defaultvalue("")]  BSTR    sRootName,
                               [out, retval]          ICab**  ppCab);</pre>
+
                               [out, retval]          ICab**  pCab);</pre>
  
 
== Parameters ==
 
== Parameters ==
Line 18: Line 19:
 
;cbTemplateXml
 
;cbTemplateXml
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
;pRootName
+
;sRootName
 
:[in, defaultvalue("")]  Value of BSTR.
 
:[in, defaultvalue("")]  Value of BSTR.
;ppCab
+
;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]].
+
[[PXV:IAUX_Inst|IAUX_Inst]]

Latest revision as of 03: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.

See Also

IAUX_Inst