Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h277 typedef struct ITTAPIEventNotification ITTAPIEventNotification; typedef
4157 struct ITTAPIEventNotification : public IUnknown { struct
4164 HRESULT (WINAPI *QueryInterface)(ITTAPIEventNotification *This,REFIID riid,void **ppvObject);
4165 ULONG (WINAPI *AddRef)(ITTAPIEventNotification *This);
4166 ULONG (WINAPI *Release)(ITTAPIEventNotification *This);
4167 HRESULT (WINAPI *Event)(ITTAPIEventNotification *This,TAPI_EVENT TapiEvent,IDispatch *pEvent);
4170 struct ITTAPIEventNotification { struct
4180 …HRESULT WINAPI ITTAPIEventNotification_Event_Proxy(ITTAPIEventNotification *This,TAPI_EVENT TapiEv…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h277 typedef struct ITTAPIEventNotification ITTAPIEventNotification; typedef
4157 struct ITTAPIEventNotification : public IUnknown { struct
4164 HRESULT (WINAPI *QueryInterface)(ITTAPIEventNotification *This,REFIID riid,void **ppvObject);
4165 ULONG (WINAPI *AddRef)(ITTAPIEventNotification *This);
4166 ULONG (WINAPI *Release)(ITTAPIEventNotification *This);
4167 HRESULT (WINAPI *Event)(ITTAPIEventNotification *This,TAPI_EVENT TapiEvent,IDispatch *pEvent);
4170 struct ITTAPIEventNotification { struct
4180 …HRESULT WINAPI ITTAPIEventNotification_Event_Proxy(ITTAPIEventNotification *This,TAPI_EVENT TapiEv…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs854 pub type ITTAPIEventNotification = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs11263 pub struct ITTAPIEventNotification(::windows::runtime::IUnknown);
11264 impl ITTAPIEventNotification {
11270 unsafe impl ::windows::runtime::Interface for ITTAPIEventNotification {
11274 impl ::std::convert::From<ITTAPIEventNotification> for ::windows::runtime::IUnknown {
11275 fn from(value: ITTAPIEventNotification) -> Self {
11279 impl ::std::convert::From<&ITTAPIEventNotification> for ::windows::runtime::IUnknown {
11280 fn from(value: &ITTAPIEventNotification) -> Self {
11284 …l<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ITTAPIEventNotification {
11289 …<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ITTAPIEventNotification {