STATURL structure
Contains statistics about a URL. This structure is filled by Windows Internet Explorer during calls to IUrlHistoryStg::QueryUrl and IEnumSTATURL::Next.
Syntax
typedef struct _STATURL { DWORD cbSize; LPWSTR pwcsUrl; LPWSTR pwcsTitle; FILETIME ftLastVisited; FILETIME ftLastUpdated; FILETIME ftExpires; DWORD dwFlags; } STATURL, *LPSTATURL;
Members
- cbSize
-
DWORD that should be set to sizeof(STATURL).
- pwcsUrl
-
The specified URL.The calling function must free this parameter. Set this parameter to STATURL_QUERYFLAG_NOURL if no URL is specified.
- pwcsTitle
-
The title of the Web page, as contained in the title tags. This calling application must free this parameter. Set this parameter to STATURL_QUERYFLAG_NOTITLE if no Web page is specified.
- ftLastVisited
-
The last time the user visited this page.
- ftLastUpdated
-
The last time the page was updated.
- ftExpires
-
The expiry date of the Web page's content.
- dwFlags
-
DWORD that can be either STATURL_QUERYFLAG_ISCACHED or STATURL_QUERYFLAG_TOPLEVEL.
Requirements
|
Minimum supported client |
Windows XP, Windows 2000 Professional |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Product |
Internet Explorer 5.5 |
|
Header |
|
|
IDL |
|