Home
last modified time | relevance | path

Searched refs:ISystemAppEventData (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.rs751 pub type ISystemAppEventData = *mut ::core::ffi::c_void; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h228 typedef struct ISystemAppEventData ISystemAppEventData; typedef
2797 struct ISystemAppEventData : public IUnknown { struct
2805 HRESULT (WINAPI *QueryInterface)(ISystemAppEventData *This,REFIID riid,void **ppvObject);
2806 ULONG (WINAPI *AddRef)(ISystemAppEventData *This);
2807 ULONG (WINAPI *Release)(ISystemAppEventData *This);
2808 HRESULT (WINAPI *Startup)(ISystemAppEventData *This);
2809 …HRESULT (WINAPI *OnDataChanged)(ISystemAppEventData *This,DWORD dwPID,DWORD dwMask,DWORD dwNumberS…
2812 struct ISystemAppEventData { struct
2823 HRESULT WINAPI ISystemAppEventData_Startup_Proxy(ISystemAppEventData *This);
2825 …HRESULT WINAPI ISystemAppEventData_OnDataChanged_Proxy(ISystemAppEventData *This,DWORD dwPID,DWORD…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h228 typedef struct ISystemAppEventData ISystemAppEventData; typedef
2797 struct ISystemAppEventData : public IUnknown { struct
2805 HRESULT (WINAPI *QueryInterface)(ISystemAppEventData *This,REFIID riid,void **ppvObject);
2806 ULONG (WINAPI *AddRef)(ISystemAppEventData *This);
2807 ULONG (WINAPI *Release)(ISystemAppEventData *This);
2808 HRESULT (WINAPI *Startup)(ISystemAppEventData *This);
2809 …HRESULT (WINAPI *OnDataChanged)(ISystemAppEventData *This,DWORD dwPID,DWORD dwMask,DWORD dwNumberS…
2812 struct ISystemAppEventData { struct
2823 HRESULT WINAPI ISystemAppEventData_Startup_Proxy(ISystemAppEventData *This);
2825 …HRESULT WINAPI ISystemAppEventData_OnDataChanged_Proxy(ISystemAppEventData *This,DWORD dwPID,DWORD…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ComponentServices/
H A Dmod.rs9442 pub struct ISystemAppEventData(::windows::runtime::IUnknown);
9443 impl ISystemAppEventData {
9452 unsafe impl ::windows::runtime::Interface for ISystemAppEventData {
9456 impl ::std::convert::From<ISystemAppEventData> for ::windows::runtime::IUnknown {
9457 fn from(value: ISystemAppEventData) -> Self {
9461 impl ::std::convert::From<&ISystemAppEventData> for ::windows::runtime::IUnknown {
9462 fn from(value: &ISystemAppEventData) -> Self {
9466 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ISystemAppEventData {
9471 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ISystemAppEventData {