Struct windows_sys::Win32::Networking::HttpServer::HTTP_COOKED_URL
#[repr(C)]pub struct HTTP_COOKED_URL {
pub FullUrlLength: u16,
pub HostLength: u16,
pub AbsPathLength: u16,
pub QueryStringLength: u16,
pub pFullUrl: PCWSTR,
pub pHost: PCWSTR,
pub pAbsPath: PCWSTR,
pub pQueryString: PCWSTR,
}Expand description
Required features: "Win32_Networking_HttpServer"
Fields§
§FullUrlLength: u16§HostLength: u16§AbsPathLength: u16§QueryStringLength: u16§pFullUrl: PCWSTR§pHost: PCWSTR§pAbsPath: PCWSTR§pQueryString: PCWSTR