IPXV_Inst::NewCoreDoc Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT NewCoreDoc([in, defaultvalue(NULL)] ICab* | + | <pre class="brush:cpp;gutter:false">HRESULT NewCoreDoc([in, defaultvalue(NULL)] ICab* pNewDocParams, |
− | [out, retval] IPXC_Document** | + | [out, retval] IPXC_Document** pDoc);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;pNewDocParams |
:[in, defaultvalue(NULL)] The optional pointer to [[PXV:ICab|ICab]] that contains additional parameters for new document creation. | :[in, defaultvalue(NULL)] The optional pointer to [[PXV:ICab|ICab]] that contains additional parameters for new document creation. | ||
− | ; | + | ;pDoc |
:[out, retval] Returns pointer to new [[PXV:IPXC_Document|IPXC_Document]] object. | :[out, retval] Returns pointer to new [[PXV:IPXC_Document|IPXC_Document]] object. | ||
Latest revision as of 02:57, 15 June 2015
Creates a new blank core-document object.
Syntax
HRESULT NewCoreDoc([in, defaultvalue(NULL)] ICab* pNewDocParams, [out, retval] IPXC_Document** pDoc);
Parameters
- pNewDocParams
- [in, defaultvalue(NULL)] The optional pointer to ICab that contains additional parameters for new document creation.
- pDoc
- [out, retval] Returns pointer to new IPXC_Document object.
Return Value
Returns S_OK if operation was successful or error code in other cases.