IPXC_Document::Close Method

From PDF XChange PDF SDK
Revision as of 22:54, 3 July 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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.

See Also

IPXC_Document