Home
last modified time | relevance | path

Searched refs:NET_FW_SERVICE_TYPE (Results 1 – 7 of 7) 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.rs314 pub type NET_FW_SERVICE_TYPE = i32; typedef
315 pub const NET_FW_SERVICE_FILE_AND_PRINT: NET_FW_SERVICE_TYPE = 0i32;
316 pub const NET_FW_SERVICE_UPNP: NET_FW_SERVICE_TYPE = 1i32;
317 pub const NET_FW_SERVICE_REMOTE_DESKTOP: NET_FW_SERVICE_TYPE = 2i32;
318 pub const NET_FW_SERVICE_NONE: NET_FW_SERVICE_TYPE = 3i32;
319 pub const NET_FW_SERVICE_TYPE_MAX: NET_FW_SERVICE_TYPE = 4i32;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dicftypes.h65 } NET_FW_SERVICE_TYPE; typedef
H A Dnetfw.h1048 NET_FW_SERVICE_TYPE *type) = 0;
1137 NET_FW_SERVICE_TYPE *type);
1238 static FORCEINLINE HRESULT INetFwService_get_Type(INetFwService* This,NET_FW_SERVICE_TYPE *type) {
1294 NET_FW_SERVICE_TYPE svcType,
1357 NET_FW_SERVICE_TYPE svcType,
1414 static FORCEINLINE HRESULT INetFwServices_Item(INetFwServices* This,NET_FW_SERVICE_TYPE svcType,INe…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dicftypes.h65 } NET_FW_SERVICE_TYPE; typedef
H A Dnetfw.h1048 NET_FW_SERVICE_TYPE *type) = 0;
1137 NET_FW_SERVICE_TYPE *type);
1238 static FORCEINLINE HRESULT INetFwService_get_Type(INetFwService* This,NET_FW_SERVICE_TYPE *type) {
1294 NET_FW_SERVICE_TYPE svcType,
1357 NET_FW_SERVICE_TYPE svcType,
1414 static FORCEINLINE HRESULT INetFwServices_Item(INetFwServices* This,NET_FW_SERVICE_TYPE svcType,INe…
/dports/games/openclonk/openclonk-release-8.1-src/tools/install/
H A Dnetfw.h999 NET_FW_SERVICE_TYPE *type) = 0;
1085 NET_FW_SERVICE_TYPE *type);
1170 NET_FW_SERVICE_TYPE *type);
1273 NET_FW_SERVICE_TYPE svcType,
1333 NET_FW_SERVICE_TYPE svcType,
1374 NET_FW_SERVICE_TYPE svcType,
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/WindowsFirewall/
H A Dmod.rs3737 pub unsafe fn Type(&self) -> ::windows::runtime::Result<NET_FW_SERVICE_TYPE> {
3738 … let mut result__: <NET_FW_SERVICE_TYPE as ::windows::runtime::Abi>::Abi = ::std::mem::zeroed();
3952 …pub unsafe fn Item(&self, svctype: NET_FW_SERVICE_TYPE) -> ::windows::runtime::Result<INetFwServic…
5480 pub struct NET_FW_SERVICE_TYPE(pub i32);
5481 pub const NET_FW_SERVICE_FILE_AND_PRINT: NET_FW_SERVICE_TYPE = NET_FW_SERVICE_TYPE(0i32);
5482 pub const NET_FW_SERVICE_UPNP: NET_FW_SERVICE_TYPE = NET_FW_SERVICE_TYPE(1i32);
5483 pub const NET_FW_SERVICE_REMOTE_DESKTOP: NET_FW_SERVICE_TYPE = NET_FW_SERVICE_TYPE(2i32);
5484 pub const NET_FW_SERVICE_NONE: NET_FW_SERVICE_TYPE = NET_FW_SERVICE_TYPE(3i32);
5485 pub const NET_FW_SERVICE_TYPE_MAX: NET_FW_SERVICE_TYPE = NET_FW_SERVICE_TYPE(4i32);
5486 impl ::std::convert::From<i32> for NET_FW_SERVICE_TYPE {
[all …]