IPXC_Document::Close Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(9 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Document::Close Method}} | {{#customTitle:IPXC_Document::Close Method}} | ||
+ | {{#parentPage:PXV:IPXC_Document#Methods|Close|method}} | ||
+ | {{ToReview}} | ||
− | + | Closes the Core Document. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT Close([in, | + | <pre class="brush:cpp;gutter:false">HRESULT Close([in, defaultvalue(0)] ULONG nFlags);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;nFlags |
− | :[in, | + | :[in, defaultvalue(0)] Value of ULONG, currently not used. |
== Return Value == | == Return Value == | ||
Line 15: | Line 18: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_Document|IPXC_Document]] |
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.