Home
last modified time | relevance | path

Searched refs:INetCfgBindingInterface (Results 1 – 7 of 7) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dnetcfgx.h72 typedef interface INetCfgBindingInterface INetCfgBindingInterface; typedef
74 interface INetCfgBindingInterface; variable
227 typedef interface INetCfgBindingInterface INetCfgBindingInterface; typedef
229 interface INetCfgBindingInterface; variable
311 INetCfgBindingInterface **rgelt,
347 INetCfgBindingInterface **rgelt,
936 INetCfgBindingInterface *This,
948 INetCfgBindingInterface *This,
952 INetCfgBindingInterface *This,
956 INetCfgBindingInterface *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dnetcfgx.h72 typedef interface INetCfgBindingInterface INetCfgBindingInterface; typedef
74 interface INetCfgBindingInterface; variable
227 typedef interface INetCfgBindingInterface INetCfgBindingInterface; typedef
229 interface INetCfgBindingInterface; variable
311 INetCfgBindingInterface **rgelt,
347 INetCfgBindingInterface **rgelt,
936 INetCfgBindingInterface *This,
948 INetCfgBindingInterface *This,
952 INetCfgBindingInterface *This,
956 INetCfgBindingInterface *This,
[all …]
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A Dnetcfgx.h83 typedef interface INetCfgBindingInterface INetCfgBindingInterface; typedef
211 __out_ecount(celt) INetCfgBindingInterface **rgelt,
250 __out_ecount(celt) INetCfgBindingInterface **rgelt,
833 INetCfgBindingInterface : public IUnknown
857 INetCfgBindingInterface * This,
863 INetCfgBindingInterface * This);
866 INetCfgBindingInterface * This);
869 INetCfgBindingInterface * This,
874 INetCfgBindingInterface * This,
879 INetCfgBindingInterface * This,
[all …]
/dports/security/softether/v4.38-9760/src/Cedar/
H A Dnetcfgx.h83 typedef interface INetCfgBindingInterface INetCfgBindingInterface; typedef
211 __out_ecount(celt) INetCfgBindingInterface **rgelt,
250 __out_ecount(celt) INetCfgBindingInterface **rgelt,
833 INetCfgBindingInterface : public IUnknown
857 INetCfgBindingInterface * This,
863 INetCfgBindingInterface * This);
866 INetCfgBindingInterface * This);
869 INetCfgBindingInterface * This,
874 INetCfgBindingInterface * This,
879 INetCfgBindingInterface * This,
[all …]
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A Dnetcfgx.h83 typedef interface INetCfgBindingInterface INetCfgBindingInterface; typedef
211 __out_ecount(celt) INetCfgBindingInterface **rgelt,
250 __out_ecount(celt) INetCfgBindingInterface **rgelt,
833 INetCfgBindingInterface : public IUnknown
857 INetCfgBindingInterface * This,
863 INetCfgBindingInterface * This);
866 INetCfgBindingInterface * This);
869 INetCfgBindingInterface * This,
874 INetCfgBindingInterface * This,
879 INetCfgBindingInterface * This,
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/NetManagement/
H A Dmod.rs1792 …pub unsafe fn Next(&self, celt: u32, rgelt: *mut ::std::option::Option<INetCfgBindingInterface>, p…
2019 pub struct INetCfgBindingInterface(::windows::runtime::IUnknown);
2020 impl INetCfgBindingInterface {
2035 unsafe impl ::windows::runtime::Interface for INetCfgBindingInterface {
2039 impl ::std::convert::From<INetCfgBindingInterface> for ::windows::runtime::IUnknown {
2040 fn from(value: INetCfgBindingInterface) -> Self {
2044 impl ::std::convert::From<&INetCfgBindingInterface> for ::windows::runtime::IUnknown {
2045 fn from(value: &INetCfgBindingInterface) -> Self {
2049 …l<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for INetCfgBindingInterface {
2054 …<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &INetCfgBindingInterface {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/NetManagement/
H A Dmod.rs1657 pub type INetCfgBindingInterface = *mut ::core::ffi::c_void; typedef