Home
last modified time | relevance | path

Searched defs:ICallFrame (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Com/Events/
H A Dmod.rs236 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IEventClass {
237 fn into_param(self) -> ::windows::runtime::Param<'a, ::windows::runtime::IUnknown> {
276 …n "system" fn(this: ::windows::runtime::RawPtr, dispidmember: i32, riid: *const ::windows::runtime… in SetParam()
280 …#[cfg(feature = "Win32_Foundation")] pub unsafe extern "system" fn(this: ::windows::runtime::RawPt… in SetParam()
311 pub unsafe fn GetTypeInfoCount(&self) -> ::windows::runtime::Result<u32> {
325 …pub unsafe fn Invoke(&self, dispidmember: i32, riid: *const ::windows::runtime::GUID, lcid: u32, w…
330 …let mut result__: <super::super::super::Foundation::BSTR as ::windows::runtime::Abi>::Abi = ::std:… in into_param()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcallobj.h27 typedef struct ICallFrame ICallFrame; typedef
127 struct ICallFrame : public IUnknown { struct
176 struct ICallFrame { struct
177 CONST_VTBL struct ICallFrameVtbl *lpVtbl; argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcallobj.h27 typedef struct ICallFrame ICallFrame; typedef
127 struct ICallFrame : public IUnknown { struct
176 struct ICallFrame { struct
177 CONST_VTBL struct ICallFrameVtbl *lpVtbl; argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Com/CallObj/
H A Dmod.rs84 pub type ICallFrame = *mut ::core::ffi::c_void; typedef