#[repr(C)]pub struct WS_SECURITY_PROPERTIES {
pub properties: *mut WS_SECURITY_PROPERTY,
pub propertyCount: u32,
}Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields§
§properties: *mut WS_SECURITY_PROPERTY§propertyCount: u32