Click to return to the Networking, Protocols     
INTERNET_CACHE_GROUP_INFO...     INTERNET_CERTIFICATE_INFO...     Win32 Internet API Struct...    
Web Workshop  |  Networking, Protocols & Data Formats

INTERNET_CACHE_TIMESTAMPS Structure


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

ftExpires
FILETIME value that contains the Expires time.
ftLastModified
FILETIME value that contains the LastModified time.

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



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.