IPXV_Inst::SaveHistory Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Stores the documents opening history to specified storage.
  
 
== Syntax ==
 
== Syntax ==
Line 15: Line 15:
 
== Parameters ==
 
== Parameters ==
 
;pHistoryDest
 
;pHistoryDest
:[in]  Pointer to IUnknown*.
+
:[in]  Pointer to [[PXV:IAFS_Name|IAFS_Name]]/[[PXV:IAFS_File|IAFS_File]]/IStream.
 
;pHistoryThumbsDest
 
;pHistoryThumbsDest
:[in]  Pointer to IUnknown*.
+
:[in]  Pointer to [[PXV:IAFS_Name|IAFS_Name]]/[[PXV:IAFS_File|IAFS_File]]/IStream.
 
;nFlags
 
;nFlags
:[in, defaultvalue(0)]  Value of LONG.
+
:[in, defaultvalue(0)]  The reserved value.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 15: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.

See Also

IPXV_Inst