IPXC_Document::Close Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_Document::Close Method}} | {{#customTitle:IPXC_Document::Close Method}} | ||
{{#parentPage:PXV:IPXC_Document#Methods|Close|method}} | {{#parentPage:PXV:IPXC_Document#Methods|Close|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Closes the Core Document. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;nFlags | ;nFlags | ||
− | :[in, defaultvalue(0)] Value of ULONG. | + | :[in, defaultvalue(0)] Value of ULONG, currently not used. |
== Return Value == | == Return Value == |
Latest revision as of 21:54, 3 July 2016
Closes the Core Document.
Syntax
HRESULT Close([in, defaultvalue(0)] ULONG nFlags);
Parameters
- nFlags
- [in, defaultvalue(0)] Value of ULONG, currently not used.
Return Value
Returns S_OK if operation was successful or error code in other cases.