Contents Index Topic Contents | ||
Previous Topic: Structures Next Topic: HTML Clipboard Format |
HIT_LOGGING_INFO
typedef struct _HIT_LOGGING_INFO ( DWORD dwStructSize; LPSTR lpszLoggedUrlName; SYSTEMTIME StartTime; SYSTEMTIME EndTime; LPSTR lpszExtendedInfo ) HIT_LOGGING_INFO, *LPHIT_LOGGING_INFO;Contains the information to write into a hit log.
- dwStructSize
- Unsigned long integer value that contains the size, in bytes, of this structure.
- lpszLoggedUrlName
- String value that contains the name of the cache entry. The name string should not contain any escape characters.
- StartTime
- SYSTEMTIME value that contains the time to start logging for this URL.
- EndTime
- SYSTEMTIME value that contains the time to stop logging for this URL. This time is used to determine the duration that the user viewed the resource.
- lpszExtendedInfo
- String value containing custom information.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.