Home
last modified time | relevance | path

Searched refs:GetResultAsDebugProperty (Results 1 – 3 of 3) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg.h1932 virtual HRESULT STDMETHODCALLTYPE GetResultAsDebugProperty(
1972 HRESULT (STDMETHODCALLTYPE *GetResultAsDebugProperty)(
1995 …n_GetResultAsDebugProperty(This,phrResult,ppdp) (This)->lpVtbl->GetResultAsDebugProperty(This,phrR…
2021 return This->lpVtbl->GetResultAsDebugProperty(This,phrResult,ppdp);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg.h1932 virtual HRESULT STDMETHODCALLTYPE GetResultAsDebugProperty(
1972 HRESULT (STDMETHODCALLTYPE *GetResultAsDebugProperty)(
1995 …n_GetResultAsDebugProperty(This,phrResult,ppdp) (This)->lpVtbl->GetResultAsDebugProperty(This,phrR…
2021 return This->lpVtbl->GetResultAsDebugProperty(This,phrResult,ppdp);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs25731 …pub unsafe fn GetResultAsDebugProperty(&self, phrresult: *mut ::windows::runtime::HRESULT, ppdp: *… in GetResultAsDebugProperty() method