Contains the LastModified and Expire times for a resource stored in the Internet cache.
Syntax
typedef struct _INTERNET_CACHE_TIMESTAMPS{ FILETIME ftExpires; FILETIME ftLastModified; } INTERNET_CACHE_TIMESTAMPS, *LPINTERNET_CACHE_TIMESTAMPS;
Members
Remarks
This structure is returned in the buffer when calling InternetQueryOption with the INTERNET_OPTION_CACHE_TIMESTAMPS flag.
Structure Information
Windows NT Use version 4.0. Implemented as ANSI and Unicode structures. Windows Use Windows 95 and later. Implemented as ANSI and Unicode structures. Header Wininet.h Minimum availability Microsoft Internet Explorer 5
See Also
Microsoft Win32 Internet Functions Overview, Microsoft Win32 Internet Functions Reference, InternetQueryOption