Home
last modified time | relevance | path

Searched refs:IWSManConnectionOptionsEx2 (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsmandisp.h89 typedef interface IWSManConnectionOptionsEx2 IWSManConnectionOptionsEx2; typedef
91 interface IWSManConnectionOptionsEx2; variable
242 typedef interface IWSManConnectionOptionsEx2 IWSManConnectionOptionsEx2; typedef
244 interface IWSManConnectionOptionsEx2; variable
1954 IWSManConnectionOptionsEx2 *This,
1966 IWSManConnectionOptionsEx2 *This,
1970 IWSManConnectionOptionsEx2 *This,
1976 IWSManConnectionOptionsEx2 *This,
1984 IWSManConnectionOptionsEx2 *This,
1996 IWSManConnectionOptionsEx2 *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsmandisp.h89 typedef interface IWSManConnectionOptionsEx2 IWSManConnectionOptionsEx2; typedef
91 interface IWSManConnectionOptionsEx2; variable
242 typedef interface IWSManConnectionOptionsEx2 IWSManConnectionOptionsEx2; typedef
244 interface IWSManConnectionOptionsEx2; variable
1954 IWSManConnectionOptionsEx2 *This,
1966 IWSManConnectionOptionsEx2 *This,
1970 IWSManConnectionOptionsEx2 *This,
1976 IWSManConnectionOptionsEx2 *This,
1984 IWSManConnectionOptionsEx2 *This,
1996 IWSManConnectionOptionsEx2 *This,
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/RemoteManagement/
H A Dmod.rs835 pub struct IWSManConnectionOptionsEx2(::windows::runtime::IUnknown); struct
836 impl IWSManConnectionOptionsEx2 { implementation
909 unsafe impl ::windows::runtime::Interface for IWSManConnectionOptionsEx2 { implementation
914 fn from(value: IWSManConnectionOptionsEx2) -> Self { in from()
919 fn from(value: &IWSManConnectionOptionsEx2) -> Self { in from()
934 fn from(value: IWSManConnectionOptionsEx2) -> Self { in from()
939 fn from(value: &IWSManConnectionOptionsEx2) -> Self { in from()
954 fn from(value: IWSManConnectionOptionsEx2) -> Self { in from()
959 fn from(value: &IWSManConnectionOptionsEx2) -> Self { in from()
975 fn from(value: IWSManConnectionOptionsEx2) -> Self { in from()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/RemoteManagement/
H A Dmod.rs579 pub type IWSManConnectionOptionsEx2 = *mut ::core::ffi::c_void; typedef