Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg.h287 typedef interface IApplicationDebuggerUI IApplicationDebuggerUI; typedef
289 interface IApplicationDebuggerUI; variable
5232 IApplicationDebuggerUI : public IUnknown
5250 IApplicationDebuggerUI *This,
5255 IApplicationDebuggerUI *This);
5258 IApplicationDebuggerUI *This);
5262 IApplicationDebuggerUI *This,
5266 IApplicationDebuggerUI *This,
5272 interface IApplicationDebuggerUI {
9289 typedef interface IApplicationDebuggerUI IApplicationDebuggerUI; typedef
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg.h287 typedef interface IApplicationDebuggerUI IApplicationDebuggerUI; typedef
289 interface IApplicationDebuggerUI; variable
5232 IApplicationDebuggerUI : public IUnknown
5250 IApplicationDebuggerUI *This,
5255 IApplicationDebuggerUI *This);
5258 IApplicationDebuggerUI *This);
5262 IApplicationDebuggerUI *This,
5266 IApplicationDebuggerUI *This,
5272 interface IApplicationDebuggerUI {
9289 typedef interface IApplicationDebuggerUI IApplicationDebuggerUI; typedef
[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.rs4399 pub type IApplicationDebuggerUI = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs10085 pub struct IApplicationDebuggerUI(::windows::runtime::IUnknown); struct
10086 impl IApplicationDebuggerUI { impl
10094 unsafe impl ::windows::runtime::Interface for IApplicationDebuggerUI { implementation
10098 impl ::std::convert::From<IApplicationDebuggerUI> for ::windows::runtime::IUnknown {
10099 fn from(value: IApplicationDebuggerUI) -> Self { in from()
10103 impl ::std::convert::From<&IApplicationDebuggerUI> for ::windows::runtime::IUnknown {
10104 fn from(value: &IApplicationDebuggerUI) -> Self { in from()
10108 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IApplicationDebuggerUI implementation
10113 …l<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IApplicationDebuggerUI { implementation