2.2.2.2.21 AUX_CLIENT_CONNECTION_INFO Auxiliary Block Structure

The AUX_CLIENT_CONNECTION_INFO auxiliary block structure provides information about the client connection to be logged by the server.

AUX_CLIENT_CONNECTION_INFO auxiliary block structure. Information about the client connection to be logged by the server.

ConnectionGUID (16 bytes): The GUID of the connection to the server.

OffsetConnectionContextInfo (2 bytes): The offset from the beginning of the AUX_HEADER structure to the ConnectionContextInfo field. A value of zero indicates that the ConnectionContextInfo field is null or empty.

Reserved (2 bytes): Padding to enforce alignment of the data on a 4-byte field.

ConnectionAttempts (4 bytes): The number of connection attempts.

ConnectionFlags (4 bytes): A flag designating the mode of operation. A value of 0x0001 for this field means that the client is running in cached mode. A value of 0x0000 means that the client is not designating a mode of operation.

ConnectionContextInfo (variable): A null-terminated Unicode string that contains opaque connection context information to be logged by the server. This field is offset from the beginning of the AUX_HEADER structure by the OffsetConnectionContextInfo field value.