Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsmandisp.h41 typedef interface IWSMan IWSMan; typedef
43 interface IWSMan; variable
194 typedef interface IWSMan IWSMan; typedef
196 interface IWSMan; variable
359 IWSMan *This,
371 IWSMan *This,
375 IWSMan *This,
381 IWSMan *This,
389 IWSMan *This,
401 IWSMan *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsmandisp.h41 typedef interface IWSMan IWSMan; typedef
43 interface IWSMan; variable
194 typedef interface IWSMan IWSMan; typedef
196 interface IWSMan; variable
359 IWSMan *This,
371 IWSMan *This,
375 IWSMan *This,
381 IWSMan *This,
389 IWSMan *This,
401 IWSMan *This,
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/RemoteManagement/
H A Dmod.rs515 pub struct IWSMan(::windows::runtime::IUnknown); struct
516 impl IWSMan { implementation
543 fn from(value: IWSMan) -> Self { in from()
548 fn from(value: &IWSMan) -> Self { in from()
564 fn from(value: IWSMan) -> Self { in from()
570 fn from(value: &IWSMan) -> Self { in from()
1266 impl ::std::convert::From<IWSManEx> for IWSMan { implementation
1271 impl ::std::convert::From<&IWSManEx> for IWSMan { implementation
1527 impl ::std::convert::From<IWSManEx2> for IWSMan { implementation
1532 impl ::std::convert::From<&IWSManEx2> for IWSMan { implementation
[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.rs576 pub type IWSMan = *mut ::core::ffi::c_void; typedef