Home
last modified time | relevance | path

Searched defs:IDebugHostContext (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs26127 pub unsafe fn GetContext(&self) -> ::windows::runtime::Result<IDebugHostContext> { in GetContext()
26227 pub unsafe fn GetContext(&self) -> ::windows::runtime::Result<IDebugHostContext> { in GetContext()
26327 pub struct IDebugHostContext(::windows::runtime::IUnknown); struct
26328 impl IDebugHostContext { impl
26334 unsafe impl ::windows::runtime::Interface for IDebugHostContext { implementation
26370 pub unsafe fn GetContext(&self) -> ::windows::runtime::Result<IDebugHostContext> { in GetContext()
26692 pub unsafe fn GetContext(&self) -> ::windows::runtime::Result<IDebugHostContext> { in GetContext()
26954 pub unsafe fn GetContext(&self) -> ::windows::runtime::Result<IDebugHostContext> { in GetContext()
27084 pub unsafe fn GetContext(&self) -> ::windows::runtime::Result<IDebugHostContext> { in GetContext()
27279 pub unsafe fn GetContext(&self) -> ::windows::runtime::Result<IDebugHostContext> { in GetContext()
[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.rs4488 pub type IDebugHostContext = *mut ::core::ffi::c_void; typedef