#[repr(C)]pub struct HTTP_DELEGATE_REQUEST_PROPERTY_INFO {
pub PropertyId: HTTP_DELEGATE_REQUEST_PROPERTY_ID,
pub PropertyInfoLength: u32,
pub PropertyInfo: *mut c_void,
}Expand description
Required features: "Win32_Networking_HttpServer"
Fields§
§PropertyId: HTTP_DELEGATE_REQUEST_PROPERTY_ID§PropertyInfoLength: u32§PropertyInfo: *mut c_void