#[repr(C)]
pub struct HTTP_LOG_FIELDS_DATA {
Show 30 fields pub Base: HTTP_LOG_DATA, pub UserNameLength: u16, pub UriStemLength: u16, pub ClientIpLength: u16, pub ServerNameLength: u16, pub ServiceNameLength: u16, pub ServerIpLength: u16, pub MethodLength: u16, pub UriQueryLength: u16, pub HostLength: u16, pub UserAgentLength: u16, pub CookieLength: u16, pub ReferrerLength: u16, pub UserName: PWSTR, pub UriStem: PWSTR, pub ClientIp: PSTR, pub ServerName: PSTR, pub ServiceName: PSTR, pub ServerIp: PSTR, pub Method: PSTR, pub UriQuery: PSTR, pub Host: PSTR, pub UserAgent: PSTR, pub Cookie: PSTR, pub Referrer: PSTR, pub ServerPort: u16, pub ProtocolStatus: u16, pub Win32Status: u32, pub MethodNum: HTTP_VERB, pub SubStatus: u16,
}
Expand description

Required features: "Win32_Networking_HttpServer"

Fields

Base: HTTP_LOG_DATAUserNameLength: u16UriStemLength: u16ClientIpLength: u16ServerNameLength: u16ServiceNameLength: u16ServerIpLength: u16MethodLength: u16UriQueryLength: u16HostLength: u16UserAgentLength: u16CookieLength: u16ReferrerLength: u16UserName: PWSTRUriStem: PWSTRClientIp: PSTRServerName: PSTRServiceName: PSTRServerIp: PSTRMethod: PSTRUriQuery: PSTRHost: PSTRUserAgent: PSTRCookie: PSTRReferrer: PSTRServerPort: u16ProtocolStatus: u16Win32Status: u32MethodNum: HTTP_VERBSubStatus: u16

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.