Function windows_sys::Win32::NetworkManagement::QoS::QOSQueryFlow
pub unsafe extern "system" fn QOSQueryFlow(
qoshandle: HANDLE,
flowid: u32,
operation: QOS_QUERY_FLOW,
size: *mut u32,
buffer: *mut c_void,
flags: u32,
overlapped: *mut OVERLAPPED
) -> BOOL
Expand description
Required features: "Win32_Foundation"
, "Win32_System_IO"