Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h148 typedef struct IComActivityEvents IComActivityEvents; typedef
2074 struct IComActivityEvents : public IUnknown { struct
2087 HRESULT (WINAPI *QueryInterface)(IComActivityEvents *This,REFIID riid,void **ppvObject);
2088 ULONG (WINAPI *AddRef)(IComActivityEvents *This);
2089 ULONG (WINAPI *Release)(IComActivityEvents *This);
2090 …HRESULT (WINAPI *OnActivityCreate)(IComActivityEvents *This,COMSVCSEVENTINFO *pInfo,REFGUID guidAc…
2091 …HRESULT (WINAPI *OnActivityDestroy)(IComActivityEvents *This,COMSVCSEVENTINFO *pInfo,REFGUID guidA…
2095 …HRESULT (WINAPI *OnActivityLeave)(IComActivityEvents *This,COMSVCSEVENTINFO *pInfo,REFGUID guidCur…
2099 struct IComActivityEvents { struct
2115 …HRESULT WINAPI IComActivityEvents_OnActivityCreate_Proxy(IComActivityEvents *This,COMSVCSEVENTINFO…
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h148 typedef struct IComActivityEvents IComActivityEvents; typedef
2074 struct IComActivityEvents : public IUnknown { struct
2087 HRESULT (WINAPI *QueryInterface)(IComActivityEvents *This,REFIID riid,void **ppvObject);
2088 ULONG (WINAPI *AddRef)(IComActivityEvents *This);
2089 ULONG (WINAPI *Release)(IComActivityEvents *This);
2090 …HRESULT (WINAPI *OnActivityCreate)(IComActivityEvents *This,COMSVCSEVENTINFO *pInfo,REFGUID guidAc…
2091 …HRESULT (WINAPI *OnActivityDestroy)(IComActivityEvents *This,COMSVCSEVENTINFO *pInfo,REFGUID guidA…
2095 …HRESULT (WINAPI *OnActivityLeave)(IComActivityEvents *This,COMSVCSEVENTINFO *pInfo,REFGUID guidCur…
2099 struct IComActivityEvents { struct
2115 …HRESULT WINAPI IComActivityEvents_OnActivityCreate_Proxy(IComActivityEvents *This,COMSVCSEVENTINFO…
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ComponentServices/
H A Dmod.rs651 pub type IComActivityEvents = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ComponentServices/
H A Dmod.rs3105 pub struct IComActivityEvents(::windows::runtime::IUnknown);
3106 impl IComActivityEvents {
3136 unsafe impl ::windows::runtime::Interface for IComActivityEvents {
3140 impl ::std::convert::From<IComActivityEvents> for ::windows::runtime::IUnknown {
3141 fn from(value: IComActivityEvents) -> Self {
3145 impl ::std::convert::From<&IComActivityEvents> for ::windows::runtime::IUnknown {
3146 fn from(value: &IComActivityEvents) -> Self {
3150 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IComActivityEvents {
3155 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IComActivityEvents {