Home
last modified time | relevance | path

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

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ComponentServices/
H A Dmod.rs657 pub type IComInstance2Events = *mut ::core::ffi::c_void; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h213 typedef struct IComInstance2Events IComInstance2Events; typedef
2684 struct IComInstance2Events : public IUnknown { struct
2692 HRESULT (WINAPI *QueryInterface)(IComInstance2Events *This,REFIID riid,void **ppvObject);
2693 ULONG (WINAPI *AddRef)(IComInstance2Events *This);
2694 ULONG (WINAPI *Release)(IComInstance2Events *This);
2695 …HRESULT (WINAPI *OnObjectCreate2)(IComInstance2Events *This,COMSVCSEVENTINFO *pInfo,REFGUID guidAc…
2696 …HRESULT (WINAPI *OnObjectDestroy2)(IComInstance2Events *This,COMSVCSEVENTINFO *pInfo,ULONG64 CtxtI…
2699 struct IComInstance2Events { struct
2710 …HRESULT WINAPI IComInstance2Events_OnObjectCreate2_Proxy(IComInstance2Events *This,COMSVCSEVENTINF…
2712 …HRESULT WINAPI IComInstance2Events_OnObjectDestroy2_Proxy(IComInstance2Events *This,COMSVCSEVENTIN…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h213 typedef struct IComInstance2Events IComInstance2Events; typedef
2684 struct IComInstance2Events : public IUnknown { struct
2692 HRESULT (WINAPI *QueryInterface)(IComInstance2Events *This,REFIID riid,void **ppvObject);
2693 ULONG (WINAPI *AddRef)(IComInstance2Events *This);
2694 ULONG (WINAPI *Release)(IComInstance2Events *This);
2695 …HRESULT (WINAPI *OnObjectCreate2)(IComInstance2Events *This,COMSVCSEVENTINFO *pInfo,REFGUID guidAc…
2696 …HRESULT (WINAPI *OnObjectDestroy2)(IComInstance2Events *This,COMSVCSEVENTINFO *pInfo,ULONG64 CtxtI…
2699 struct IComInstance2Events { struct
2710 …HRESULT WINAPI IComInstance2Events_OnObjectCreate2_Proxy(IComInstance2Events *This,COMSVCSEVENTINF…
2712 …HRESULT WINAPI IComInstance2Events_OnObjectDestroy2_Proxy(IComInstance2Events *This,COMSVCSEVENTIN…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ComponentServices/
H A Dmod.rs3521 pub struct IComInstance2Events(::windows::runtime::IUnknown);
3522 impl IComInstance2Events {
3532 unsafe impl ::windows::runtime::Interface for IComInstance2Events {
3536 impl ::std::convert::From<IComInstance2Events> for ::windows::runtime::IUnknown {
3537 fn from(value: IComInstance2Events) -> Self {
3541 impl ::std::convert::From<&IComInstance2Events> for ::windows::runtime::IUnknown {
3542 fn from(value: &IComInstance2Events) -> Self {
3546 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IComInstance2Events {
3551 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IComInstance2Events {