Home
last modified time | relevance | path

Searched refs:NET_FW_EDGE_TRAVERSAL_TYPE (Results 1 – 2 of 2) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/WindowsFirewall/
H A Dmod.rs266 pub type NET_FW_EDGE_TRAVERSAL_TYPE = i32; typedef
267 pub const NET_FW_EDGE_TRAVERSAL_TYPE_DENY: NET_FW_EDGE_TRAVERSAL_TYPE = 0i32;
268 pub const NET_FW_EDGE_TRAVERSAL_TYPE_ALLOW: NET_FW_EDGE_TRAVERSAL_TYPE = 1i32;
269 pub const NET_FW_EDGE_TRAVERSAL_TYPE_DEFER_TO_APP: NET_FW_EDGE_TRAVERSAL_TYPE = 2i32;
270 pub const NET_FW_EDGE_TRAVERSAL_TYPE_DEFER_TO_USER: NET_FW_EDGE_TRAVERSAL_TYPE = 3i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/WindowsFirewall/
H A Dmod.rs5322 pub struct NET_FW_EDGE_TRAVERSAL_TYPE(pub i32);
5323 pub const NET_FW_EDGE_TRAVERSAL_TYPE_DENY: NET_FW_EDGE_TRAVERSAL_TYPE = NET_FW_EDGE_TRAVERSAL_TYPE(…
5324 pub const NET_FW_EDGE_TRAVERSAL_TYPE_ALLOW: NET_FW_EDGE_TRAVERSAL_TYPE = NET_FW_EDGE_TRAVERSAL_TYPE
5325 …b const NET_FW_EDGE_TRAVERSAL_TYPE_DEFER_TO_APP: NET_FW_EDGE_TRAVERSAL_TYPE = NET_FW_EDGE_TRAVERSA…
5326 … const NET_FW_EDGE_TRAVERSAL_TYPE_DEFER_TO_USER: NET_FW_EDGE_TRAVERSAL_TYPE = NET_FW_EDGE_TRAVERSA…
5327 impl ::std::convert::From<i32> for NET_FW_EDGE_TRAVERSAL_TYPE {
5332 unsafe impl ::windows::runtime::Abi for NET_FW_EDGE_TRAVERSAL_TYPE {