Share via


HIT_LOGGING_INFO

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure contains the information to write into a hit log.

Syntax

typedef struct _HIT_LOGGING_INFO {
  DWORD dwStructSize;
  LPSTR lpszLoggedUrlName;
  SYSTEMTIME StartTime;
  SYSTEMTIME   EndTime;
  LPSTR lpszExtendedInfo;
} HIT_LOGGING_INFO, *LPHIT_LOGGING_INFO;

Members

  • dwStructSize
    Unsigned long integer value that contains the size, in bytes, of this structure.
  • lpszLoggedUrlName
    BSTR 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 Uniform Resource Locator (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
    BSTR value containing custom information.

Requirements

Header urlmon.h, urlmon.idl
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later