IPXV_Inst::RevertDoc Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
(No difference)

Latest revision as of 02:16, 20 October 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT RevertDoc([in]                      IPXV_Document*   pDoc,
                  [in, defaultvalue(NULL)]  IAFS_File*       pNewTempData,
                  [out, retval]             IPXV_Document**  ppRevDoc);

Parameters

pDoc
[in] Pointer to IPXV_Document.
pNewTempData
[in, defaultvalue(NULL)] Pointer to IAFS_File.
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