IPXV_Inst::CreateOpenDocParams Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT CreateOpenDocParams([out, retval] ICab** | + | <pre class="brush:cpp;gutter:false">HRESULT CreateOpenDocParams([out, retval] ICab** pOpenDocParams);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;pOpenDocParams |
:[out, retval] Returns pointer to a new [[PXV:ICab|ICab]] object with additional parameters for documents opening. | :[out, retval] Returns pointer to a new [[PXV:ICab|ICab]] object with additional parameters for documents opening. | ||
Revision as of 01:39, 4 June 2015
Creates container with additional parameters for documents opening. Then it can be passed to IPXV_MainFrame::OpenDocFrom/IPXV_MainFrame::OpenDocFromPath to customize document opening process.
Syntax
HRESULT CreateOpenDocParams([out, retval] ICab** pOpenDocParams);
Parameters
- pOpenDocParams
- [out, retval] Returns pointer to a new ICab object with additional parameters for documents opening.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
IPXV_Inst, IPXV_MainFrame::OpenDocFrom, IPXV_MainFrame::OpenDocFromPath