Home
last modified time | relevance | path

Searched refs:NET_FW_ACTION (Results 1 – 8 of 8) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dicftypes.h79 } NET_FW_ACTION; typedef
H A Dnetfw.h2164 NET_FW_ACTION action) = 0;
2355 NET_FW_ACTION *action);
2359 NET_FW_ACTION action);
2763 NET_FW_ACTION *action);
2767 NET_FW_ACTION action);
3220 NET_FW_ACTION *action);
3224 NET_FW_ACTION action);
4501 NET_FW_ACTION *action);
4506 NET_FW_ACTION action);
4511 NET_FW_ACTION *action);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dicftypes.h79 } NET_FW_ACTION; typedef
H A Dnetfw.h2164 NET_FW_ACTION action) = 0;
2355 NET_FW_ACTION *action);
2359 NET_FW_ACTION action);
2763 NET_FW_ACTION *action);
2767 NET_FW_ACTION action);
3220 NET_FW_ACTION *action);
3224 NET_FW_ACTION action);
4501 NET_FW_ACTION *action);
4506 NET_FW_ACTION action);
4511 NET_FW_ACTION *action);
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/WindowsFirewall/
H A Dmod.rs256 pub type NET_FW_ACTION = i32; typedef
257 pub const NET_FW_ACTION_BLOCK: NET_FW_ACTION = 0i32;
258 pub const NET_FW_ACTION_ALLOW: NET_FW_ACTION = 1i32;
259 pub const NET_FW_ACTION_MAX: NET_FW_ACTION = 2i32;
/dports/security/stunnel/stunnel-5.60/tools/plugins/SimpleFC/Source/
H A DFirewallControl.pas48 NET_FW_ACTION = (
134 Enabled: Boolean; Profile: NET_FW_PROFILE_TYPE2; Action: NET_FW_ACTION;
169 Enabled: Boolean; Profile: NET_FW_PROFILE_TYPE2; Action: NET_FW_ACTION;
H A DSimpleFC.dpr521 Action: NET_FW_ACTION;
536 Action := NET_FW_ACTION(StrToInt(PopString));
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/WindowsFirewall/
H A Dmod.rs2760 pub unsafe fn Action(&self) -> ::windows::runtime::Result<NET_FW_ACTION> {
2764 pub unsafe fn SetAction(&self, action: NET_FW_ACTION) -> ::windows::runtime::Result<()> {
3055 pub unsafe fn Action(&self) -> ::windows::runtime::Result<NET_FW_ACTION> {
3059 pub unsafe fn SetAction(&self, action: NET_FW_ACTION) -> ::windows::runtime::Result<()> {
3379 pub unsafe fn Action(&self) -> ::windows::runtime::Result<NET_FW_ACTION> {
5290 pub struct NET_FW_ACTION(pub i32);
5291 pub const NET_FW_ACTION_BLOCK: NET_FW_ACTION = NET_FW_ACTION(0i32);
5292 pub const NET_FW_ACTION_ALLOW: NET_FW_ACTION = NET_FW_ACTION(1i32);
5293 pub const NET_FW_ACTION_MAX: NET_FW_ACTION = NET_FW_ACTION(2i32);
5294 impl ::std::convert::From<i32> for NET_FW_ACTION {
[all …]