Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg.h415 typedef interface IDebugApplicationThread IDebugApplicationThread; typedef
417 interface IDebugApplicationThread; variable
671 typedef interface IDebugApplicationThread IDebugApplicationThread; typedef
673 interface IDebugApplicationThread; variable
7829 IDebugApplicationThread *This,
7841 IDebugApplicationThread *This,
7845 IDebugApplicationThread *This,
7849 IDebugApplicationThread *This,
7903 interface IDebugApplicationThread {
9329 typedef interface IDebugApplicationThread IDebugApplicationThread; typedef
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg.h415 typedef interface IDebugApplicationThread IDebugApplicationThread; typedef
417 interface IDebugApplicationThread; variable
671 typedef interface IDebugApplicationThread IDebugApplicationThread; typedef
673 interface IDebugApplicationThread; variable
7829 IDebugApplicationThread *This,
7841 IDebugApplicationThread *This,
7845 IDebugApplicationThread *This,
7849 IDebugApplicationThread *This,
7903 interface IDebugApplicationThread {
9329 typedef interface IDebugApplicationThread IDebugApplicationThread; typedef
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs12849 pub struct IDebugApplicationThread(::windows::runtime::IUnknown); struct
12850 impl IDebugApplicationThread { impl
12904 unsafe impl ::windows::runtime::Interface for IDebugApplicationThread { implementation
12909 fn from(value: IDebugApplicationThread) -> Self { in from()
12914 fn from(value: &IDebugApplicationThread) -> Self { in from()
12929 fn from(value: IDebugApplicationThread) -> Self { in from()
12934 fn from(value: &IDebugApplicationThread) -> Self { in from()
13174 impl ::std::convert::From<IDebugApplicationThread64> for IDebugApplicationThread { implementation
13179 impl ::std::convert::From<&IDebugApplicationThread64> for IDebugApplicationThread { implementation
13185 fn into_param(self) -> ::windows::runtime::Param<'a, IDebugApplicationThread> { in into_param() argument
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs4434 pub type IDebugApplicationThread = *mut ::core::ffi::c_void; typedef