IPXV_Inst::SaveHistory Method
From PDF XChange PDF SDK
Stores the documents opening history to specified storage.
Syntax
HRESULT SaveHistory([in] IUnknown* pHistoryDest, [in] IUnknown* pHistoryThumbsDest, [in, defaultvalue(0)] LONG nFlags);
Parameters
- pHistoryDest
- [in] Pointer to IAFS_Name/IAFS_File/IStream.
- pHistoryThumbsDest
- [in] Pointer to IAFS_Name/IAFS_File/IStream.
- nFlags
- [in, defaultvalue(0)] The reserved value.
Return Value
Returns S_OK if operation was successful or error code in other cases.