Struct windows_sys::Win32::Security::NetworkAccessProtection::CountedString
#[repr(C)]pub struct CountedString {
pub length: u16,
pub string: PWSTR,
}Expand description
Required features: "Win32_Security_NetworkAccessProtection"
Fields§
§length: u16§string: PWSTR