Home
last modified time | relevance | path

Searched refs:IDebugThreadCall64 (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg100.h623 IDebugThreadCall64 *pptc,
629 IDebugThreadCall64 *pptc,
676 IDebugThreadCall64 *pptc,
683 IDebugThreadCall64 *pptc,
737 …tion11064_SynchronousCallInMainThread(IDebugApplication11064* This,IDebugThreadCall64 *pptc,DWORD_…
740 …ion11064_AsynchronousCallInMainThread(IDebugApplication11064* This,IDebugThreadCall64 *pptc,DWORD_…
1282 IDebugThreadCall64 *pptc,
1322 IDebugThreadCall64 *pptc,
1366 …1064_AsynchronousCallIntoThread(IDebugApplicationThread11064* This,IDebugThreadCall64 *pptc,DWORD_…
H A Dactivdbg.h399 typedef interface IDebugThreadCall64 IDebugThreadCall64; typedef
401 interface IDebugThreadCall64; variable
855 typedef interface IDebugThreadCall64 IDebugThreadCall64; typedef
857 interface IDebugThreadCall64; variable
6507 IDebugThreadCall64 *pptc,
6658 IDebugThreadCall64 *pptc,
7557 IDebugThreadCall64 *This,
7569 IDebugThreadCall64 *This,
7577 interface IDebugThreadCall64 {
9553 typedef interface IDebugThreadCall64 IDebugThreadCall64; typedef
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg100.h623 IDebugThreadCall64 *pptc,
629 IDebugThreadCall64 *pptc,
676 IDebugThreadCall64 *pptc,
683 IDebugThreadCall64 *pptc,
737 …tion11064_SynchronousCallInMainThread(IDebugApplication11064* This,IDebugThreadCall64 *pptc,DWORD_…
740 …ion11064_AsynchronousCallInMainThread(IDebugApplication11064* This,IDebugThreadCall64 *pptc,DWORD_…
1282 IDebugThreadCall64 *pptc,
1322 IDebugThreadCall64 *pptc,
1366 …1064_AsynchronousCallIntoThread(IDebugApplicationThread11064* This,IDebugThreadCall64 *pptc,DWORD_…
H A Dactivdbg.h399 typedef interface IDebugThreadCall64 IDebugThreadCall64; typedef
401 interface IDebugThreadCall64; variable
855 typedef interface IDebugThreadCall64 IDebugThreadCall64; typedef
857 interface IDebugThreadCall64; variable
6507 IDebugThreadCall64 *pptc,
6658 IDebugThreadCall64 *pptc,
7557 IDebugThreadCall64 *This,
7569 IDebugThreadCall64 *This,
7577 interface IDebugThreadCall64 {
9553 typedef interface IDebugThreadCall64 IDebugThreadCall64; typedef
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs12509 …CallInDebuggerThread<'a, Param0: ::windows::runtime::IntoParam<'a, IDebugThreadCall64>>(&self, ppt… in SynchronousCallInDebuggerThread()
13146 …nousCallIntoThread64<'a, Param0: ::windows::runtime::IntoParam<'a, IDebugThreadCall64>>(&self, pst… in SynchronousCallIntoThread64()
33834 pub struct IDebugThreadCall64(::windows::runtime::IUnknown); struct
33835 impl IDebugThreadCall64 { impl
33840 unsafe impl ::windows::runtime::Interface for IDebugThreadCall64 { implementation
33844 impl ::std::convert::From<IDebugThreadCall64> for ::windows::runtime::IUnknown {
33845 fn from(value: IDebugThreadCall64) -> Self { in from()
33849 impl ::std::convert::From<&IDebugThreadCall64> for ::windows::runtime::IUnknown {
33850 fn from(value: &IDebugThreadCall64) -> Self { in from()
33854 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDebugThreadCall64 { implementation
[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.rs4545 pub type IDebugThreadCall64 = *mut ::core::ffi::c_void; typedef