Home
last modified time | relevance | path

Searched refs:QOS_QUERY_FLOW (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dqos2.h37 } QOS_QUERY_FLOW; typedef
123 QOS_QUERY_FLOW Operation,
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dqos2.h37 } QOS_QUERY_FLOW; typedef
123 QOS_QUERY_FLOW Operation,
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/QoS/
H A Dmod.rs17 …qoshandle: super::super::Foundation::HANDLE, flowid: u32, operation: QOS_QUERY_FLOW, size: *mut u3… in QOSQueryFlow() argument
1052 pub type QOS_QUERY_FLOW = i32; typedef
1053 pub const QOSQueryFlowFundamentals: QOS_QUERY_FLOW = 0i32;
1054 pub const QOSQueryPacketPriority: QOS_QUERY_FLOW = 1i32;
1055 pub const QOSQueryOutgoingRate: QOS_QUERY_FLOW = 2i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/QoS/
H A Dmod.rs1695 …per::Foundation::HANDLE>>(qoshandle: Param0, flowid: u32, operation: QOS_QUERY_FLOW, size: *mut u3… in QOSQueryFlow() argument
1700 …qoshandle: super::super::Foundation::HANDLE, flowid: u32, operation: QOS_QUERY_FLOW, size: *mut u3… in QOSQueryFlow() argument
2087 pub struct QOS_QUERY_FLOW(pub i32); struct
2088 pub const QOSQueryFlowFundamentals: QOS_QUERY_FLOW = QOS_QUERY_FLOW(0i32);
2089 pub const QOSQueryPacketPriority: QOS_QUERY_FLOW = QOS_QUERY_FLOW(1i32);
2090 pub const QOSQueryOutgoingRate: QOS_QUERY_FLOW = QOS_QUERY_FLOW(2i32);
2091 impl ::std::convert::From<i32> for QOS_QUERY_FLOW { implementation
2096 unsafe impl ::windows::runtime::Abi for QOS_QUERY_FLOW { implementation