IPXV_Inst::RevertDoc2 Method

From PDF XChange PDF SDK
Revision as of 01:56, 21 August 2019 by Dsbot (Talk | contribs) (Automatic page editing by robot)

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


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT RevertDoc2([in]                      IPXV_Document*   pDoc,
                   [in, defaultvalue(NULL)]  IAFS_File*       pNewTempData,
                   [in, defaultvalue(0)]     LONG             nFlags,
                   [out, retval]             IPXV_Document**  ppRevDoc);

Parameters

pDoc
[in] Pointer to IPXV_Document.
pNewTempData
[in, defaultvalue(NULL)] Pointer to IAFS_File.
nFlags
[in, defaultvalue(0)] Value of LONG.
ppRevDoc
[out, retval] Pointer to IPXV_Document.

Return Value

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

See Also

IPXV_Inst