#[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_IDPropertyInfoLength: u32PropertyInfo: *mut c_void