Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dnetcfgx.h39 typedef interface IEnumNetCfgComponent IEnumNetCfgComponent; typedef
41 interface IEnumNetCfgComponent; variable
195 typedef interface IEnumNetCfgComponent IEnumNetCfgComponent; typedef
197 interface IEnumNetCfgComponent; variable
561 IEnumNetCfgComponent *This,
566 IEnumNetCfgComponent *This);
569 IEnumNetCfgComponent *This);
573 IEnumNetCfgComponent *This,
579 IEnumNetCfgComponent *This,
586 IEnumNetCfgComponent *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dnetcfgx.h39 typedef interface IEnumNetCfgComponent IEnumNetCfgComponent; typedef
41 interface IEnumNetCfgComponent; variable
195 typedef interface IEnumNetCfgComponent IEnumNetCfgComponent; typedef
197 interface IEnumNetCfgComponent; variable
561 IEnumNetCfgComponent *This,
566 IEnumNetCfgComponent *This);
569 IEnumNetCfgComponent *This);
573 IEnumNetCfgComponent *This,
579 IEnumNetCfgComponent *This,
586 IEnumNetCfgComponent *This,
[all …]
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A Dnetcfgx.h65 typedef interface IEnumNetCfgComponent IEnumNetCfgComponent; typedef
446 IEnumNetCfgComponent : public IUnknown
476 IEnumNetCfgComponent * This,
482 IEnumNetCfgComponent * This);
485 IEnumNetCfgComponent * This);
488 IEnumNetCfgComponent * This,
497 IEnumNetCfgComponent * This,
502 IEnumNetCfgComponent * This);
505 IEnumNetCfgComponent * This,
507 __out IEnumNetCfgComponent **ppenum);
[all …]
/dports/security/softether/v4.38-9760/src/Cedar/
H A Dnetcfgx.h65 typedef interface IEnumNetCfgComponent IEnumNetCfgComponent; typedef
446 IEnumNetCfgComponent : public IUnknown
476 IEnumNetCfgComponent * This,
482 IEnumNetCfgComponent * This);
485 IEnumNetCfgComponent * This);
488 IEnumNetCfgComponent * This,
497 IEnumNetCfgComponent * This,
502 IEnumNetCfgComponent * This);
505 IEnumNetCfgComponent * This,
507 __out IEnumNetCfgComponent **ppenum);
[all …]
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A Dnetcfgx.h65 typedef interface IEnumNetCfgComponent IEnumNetCfgComponent; typedef
446 IEnumNetCfgComponent : public IUnknown
476 IEnumNetCfgComponent * This,
482 IEnumNetCfgComponent * This);
485 IEnumNetCfgComponent * This);
488 IEnumNetCfgComponent * This,
497 IEnumNetCfgComponent * This,
502 IEnumNetCfgComponent * This);
505 IEnumNetCfgComponent * This,
507 __out IEnumNetCfgComponent **ppenum);
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/NetManagement/
H A Dmod.rs1896 pub struct IEnumNetCfgComponent(::windows::runtime::IUnknown);
1897 impl IEnumNetCfgComponent {
1907 pub unsafe fn Clone(&self) -> ::windows::runtime::Result<IEnumNetCfgComponent> {
1912 unsafe impl ::windows::runtime::Interface for IEnumNetCfgComponent {
1916 impl ::std::convert::From<IEnumNetCfgComponent> for ::windows::runtime::IUnknown {
1917 fn from(value: IEnumNetCfgComponent) -> Self {
1921 impl ::std::convert::From<&IEnumNetCfgComponent> for ::windows::runtime::IUnknown {
1922 fn from(value: &IEnumNetCfgComponent) -> Self {
1926 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IEnumNetCfgComponent {
1931 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IEnumNetCfgComponent {
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/NetManagement/
H A Dmod.rs1653 pub type IEnumNetCfgComponent = *mut ::core::ffi::c_void; typedef