Function windows::Win32::Networking::WindowsWebServices::WsGetChannelProperty
pub unsafe fn WsGetChannelProperty(
channel: *const WS_CHANNEL,
id: WS_CHANNEL_PROPERTY_ID,
value: *mut c_void,
valuesize: u32,
error: Option<*const WS_ERROR>,
) -> Result<()>