HTTP_LOG_DATA structure (http.h)

The HTTP_LOG_DATA structure contains a value that specifies the type of the log data.

Syntax

typedef struct _HTTP_LOG_DATA {
  HTTP_LOG_DATA_TYPE Type;
} HTTP_LOG_DATA, *PHTTP_LOG_DATA;

Members

Type

An HTTP_LOG_DATA_TYPE enumeration value that specifies the type.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header http.h

See also

HTTP_LOG_DATA_TYPE