IPXV_Inst::SaveHistory Method
From PDF XChange PDF SDK
Line 16: | Line 16: | ||
:[in] Pointer to [[PXV:IAFS_Name|IAFS_Name]]/[[PXV:IAFS_File|IAFS_File]]/IStream object. Also via [[PXV:IString|IString]] you may specify path to local file or path to custom location in system's registry in format for example: | :[in] Pointer to [[PXV:IAFS_Name|IAFS_Name]]/[[PXV:IAFS_File|IAFS_File]]/IStream object. Also via [[PXV:IString|IString]] you may specify path to local file or path to custom location in system's registry in format for example: | ||
:<tt>HKEY_CURRENT_USER\Software\MyApp\PDFEditorSettings\Recents</tt> | :<tt>HKEY_CURRENT_USER\Software\MyApp\PDFEditorSettings\Recents</tt> | ||
− | :<tt>HKEY_LOCAL_MACHINE\Software\MyApp\PDFEditorSettings\Recents</tt> | + | :<tt>HKEY_LOCAL_MACHINE\Software\MyApp\PDFEditorSettings\Recents</tt>The list of supported registry-root names: <tt>HKEY_CLASSES_ROOT, HKCR, HKEY_CURRENT_USER, HKCU, HKEY_LOCAL_MACHINE, HKLM</tt>. |
− | The list of supported registry-root names: <tt>HKEY_CLASSES_ROOT, HKCR, HKEY_CURRENT_USER, HKCU, HKEY_LOCAL_MACHINE, HKLM</tt>. | + | |
;pHistoryThumbsDest | ;pHistoryThumbsDest | ||
:[in] :[in] Pointer to [[PXV:IAFS_Name|IAFS_Name]]/[[PXV:IAFS_File|IAFS_File]]/IStream. Also via [[PXV:IString|IString]] you may specify path to local file. | :[in] :[in] Pointer to [[PXV:IAFS_Name|IAFS_Name]]/[[PXV:IAFS_File|IAFS_File]]/IStream. Also via [[PXV:IString|IString]] you may specify path to local file. |
Revision as of 14:56, 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 object. Also via IString you may specify path to local file or path to custom location in system's registry in format for example:
- HKEY_CURRENT_USER\Software\MyApp\PDFEditorSettings\Recents
- HKEY_LOCAL_MACHINE\Software\MyApp\PDFEditorSettings\RecentsThe list of supported registry-root names: HKEY_CLASSES_ROOT, HKCR, HKEY_CURRENT_USER, HKCU, HKEY_LOCAL_MACHINE, HKLM.
- pHistoryThumbsDest
- [in] :[in] Pointer to IAFS_Name/IAFS_File/IStream. Also via IString you may specify path to local file.
- nFlags
- [in, defaultvalue(0)] The reserved parameter. Pass 0 there.
Return Value
Returns S_OK if operation was successful or error code in other cases.