HTTP_LOG_DATA_TYPE enumeration (http.h)

The HTTP_LOG_DATA_TYPE enumeration identifies the type of log data.

Syntax

typedef enum _HTTP_LOG_DATA_TYPE {
  HttpLogDataTypeFields = 0
} HTTP_LOG_DATA_TYPE, *PHTTP_LOG_DATA_TYPE;

Constants

 
HttpLogDataTypeFields
Value: 0
The HTTP_LOG_FIELDS_DATA structure is used for logging a request. This structure is passed to an HttpSendHttpResponse or HttpSendResponseEntityBody call.

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