IPXV_Inst::CreateOpenDocParams Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Inst::CreateOpenDocParams Method}}
 
{{#customTitle:IPXV_Inst::CreateOpenDocParams Method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|CreateOpenDocParams|method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|CreateOpenDocParams|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Creates container with additional parameters for documents opening. Then it can be passed to [[PXV:IPXV_MainFrame_OpenDocFrom|IPXV_MainFrame::OpenDocFrom]][[PXV:IPXV_MainFrame_OpenDocFromPath|IPXV_MainFrame::OpenDocFromPath]] to customize document opening process.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;ppOpenDocParams
 
;ppOpenDocParams
:[out, retval]  Pointer to [[PXV:ICab|ICab]].
+
:[out, retval]  Returns pointer to a new [[PXV:ICab|ICab]] object with additional parameters for open document.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 15:19, 24 May 2015


Creates container with additional parameters for documents opening. Then it can be passed to IPXV_MainFrame::OpenDocFromIPXV_MainFrame::OpenDocFromPath to customize document opening process.

Syntax

HRESULT CreateOpenDocParams([out, retval]  ICab**  ppOpenDocParams);

Parameters

ppOpenDocParams
[out, retval] Returns pointer to a new ICab object with additional parameters for open document.

Return Value

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

See Also

IPXV_Inst