Struct windows_sys::Win32::Security::NetworkAccessProtection::SoHAttribute
#[repr(C)]pub struct SoHAttribute {
pub type: u16,
pub size: u16,
pub value: *mut u8,
}Expand description
Required features: "Win32_Security_NetworkAccessProtection"
Fields§
§type: u16§size: u16§value: *mut u8