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