Struct windows_sys::Win32::System::Iis::HSE_VECTOR_ELEMENT
#[repr(C)]pub struct HSE_VECTOR_ELEMENT {
pub ElementType: u32,
pub pvContext: *mut c_void,
pub cbOffset: u64,
pub cbSize: u64,
}Expand description
Required features: "Win32_System_Iis"
Fields§
§ElementType: u32§pvContext: *mut c_void§cbOffset: u64§cbSize: u64