Home
last modified time | relevance | path

Searched refs:INetFwOpenPorts (Results 1 – 6 of 6) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/tools/install/
H A Dnetfw.h23 typedef interface INetFwOpenPorts INetFwOpenPorts; typedef
849 INetFwOpenPorts* This,
861 INetFwOpenPorts* This,
865 INetFwOpenPorts* This,
915 interface INetFwOpenPorts {
940 INetFwOpenPorts* This,
948 INetFwOpenPorts* This,
956 INetFwOpenPorts* This,
965 INetFwOpenPorts* This,
975 INetFwOpenPorts* This,
[all …]
/dports/security/stunnel/stunnel-5.60/tools/plugins/SimpleFC/Source/
H A DNetFwTypeLib_TLB.pas176 INetFwOpenPorts = interface;
347 INetFwOpenPorts = interface(IDispatch) interface
390 function Get_GloballyOpenPorts: INetFwOpenPorts; safecall; in Get_GloballyOpenPorts()
398 property GloballyOpenPorts: INetFwOpenPorts read Get_GloballyOpenPorts;
415 property GloballyOpenPorts: INetFwOpenPorts readonly dispid 8;
681 function Get_GloballyOpenPorts: INetFwOpenPorts; safecall; in Get_GloballyOpenPorts()
691 property GloballyOpenPorts: INetFwOpenPorts read Get_GloballyOpenPorts;
710 property GloballyOpenPorts: INetFwOpenPorts readonly dispid 8;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dnetfw.h39 typedef interface INetFwOpenPorts INetFwOpenPorts; typedef
41 interface INetFwOpenPorts; variable
897 INetFwOpenPorts *This,
909 INetFwOpenPorts *This,
913 INetFwOpenPorts *This,
919 INetFwOpenPorts *This,
927 INetFwOpenPorts *This,
939 INetFwOpenPorts *This,
964 interface INetFwOpenPorts {
5217 typedef interface INetFwOpenPorts INetFwOpenPorts; typedef
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dnetfw.h39 typedef interface INetFwOpenPorts INetFwOpenPorts; typedef
41 interface INetFwOpenPorts; variable
897 INetFwOpenPorts *This,
909 INetFwOpenPorts *This,
913 INetFwOpenPorts *This,
919 INetFwOpenPorts *This,
927 INetFwOpenPorts *This,
939 INetFwOpenPorts *This,
964 interface INetFwOpenPorts {
5217 typedef interface INetFwOpenPorts INetFwOpenPorts; typedef
[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.rs134 pub type INetFwOpenPorts = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/WindowsFirewall/
H A Dmod.rs1836 pub struct INetFwOpenPorts(::windows::runtime::IUnknown);
1837 impl INetFwOpenPorts {
1857 unsafe impl ::windows::runtime::Interface for INetFwOpenPorts {
1861 impl ::std::convert::From<INetFwOpenPorts> for ::windows::runtime::IUnknown {
1862 fn from(value: INetFwOpenPorts) -> Self {
1866 impl ::std::convert::From<&INetFwOpenPorts> for ::windows::runtime::IUnknown {
1867 fn from(value: &INetFwOpenPorts) -> Self {
1883 fn from(value: INetFwOpenPorts) -> Self {
1889 fn from(value: &INetFwOpenPorts) -> Self {
2415 pub unsafe fn GloballyOpenPorts(&self) -> ::windows::runtime::Result<INetFwOpenPorts> {
[all …]