IPXV_Inst::RevertDoc2 Method
From PDF XChange PDF SDK
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.