Struct windows_sys::Win32::Networking::HttpServer::HTTP_LOG_FIELDS_DATA
[−]#[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’, ‘Win32_Foundation’
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