IPXV_Inst::SaveHistory Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Stores the documents opening history to specified storage. | |
== Syntax == | == Syntax == | ||
Line 15: | Line 15: | ||
== Parameters == | == Parameters == | ||
;pHistoryDest | ;pHistoryDest | ||
− | :[in] Pointer to | + | :[in] Pointer to [[PXV:IAFS_Name|IAFS_Name]]/[[PXV:IAFS_File|IAFS_File]]/IStream. |
;pHistoryThumbsDest | ;pHistoryThumbsDest | ||
− | :[in] Pointer to | + | :[in] Pointer to [[PXV:IAFS_Name|IAFS_Name]]/[[PXV:IAFS_File|IAFS_File]]/IStream. |
;nFlags | ;nFlags | ||
− | :[in, defaultvalue(0)] | + | :[in, defaultvalue(0)] The reserved value. |
== Return Value == | == Return Value == |
Revision as of 14:47, 26 May 2015
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.