Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These flags are used by IUrlHistoryStg::AddUrl to indicate where a URL is placed in the history.
Syntax
typedef enum _ADDURL_FLAG {
ADDURL_ADDTOHISTORYANDCACHE = 0,
ADDURL_ADDTOCACHE = 1
} ADDURL_FLAG;
Constants
ADDURL_ADDTOHISTORYANDCACHE
Write to both the visited links and the dated containers.ADDURL_ADDTOCACHE
Write to only the visited links container.
Remarks
A visited links container records only the location of the visited site. A date-history container records only the date that a specific site was visited.
The calling function must free any strings that are used.
Requirements
Minimum supported client |
Windows XP, Windows 2000 Professional |
Minimum supported server |
Windows 2000 Server |
Product |
Internet Explorer 5.5 |
Header |
Urlhist.h |
IDL |
Urlhist.idl |