Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3.h187 typedef struct ITTAPIDispatchEventNotification ITTAPIDispatchEventNotification; typedef
220 typedef struct ITTAPIDispatchEventNotification ITTAPIDispatchEventNotification; typedef
1515 struct ITTAPIDispatchEventNotification : public IDispatch { struct
1520 …HRESULT (WINAPI *QueryInterface)(ITTAPIDispatchEventNotification *This,REFIID riid,void **ppvObjec…
1521 ULONG (WINAPI *AddRef)(ITTAPIDispatchEventNotification *This);
1522 ULONG (WINAPI *Release)(ITTAPIDispatchEventNotification *This);
1523 HRESULT (WINAPI *GetTypeInfoCount)(ITTAPIDispatchEventNotification *This,UINT *pctinfo);
1524 …HRESULT (WINAPI *GetTypeInfo)(ITTAPIDispatchEventNotification *This,UINT iTInfo,LCID lcid,ITypeInf…
1525 …HRESULT (WINAPI *GetIDsOfNames)(ITTAPIDispatchEventNotification *This,REFIID riid,LPOLESTR *rgszNa…
1526 …HRESULT (WINAPI *Invoke)(ITTAPIDispatchEventNotification *This,DISPID dispIdMember,REFIID riid,LCI…
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3.h187 typedef struct ITTAPIDispatchEventNotification ITTAPIDispatchEventNotification; typedef
220 typedef struct ITTAPIDispatchEventNotification ITTAPIDispatchEventNotification; typedef
1515 struct ITTAPIDispatchEventNotification : public IDispatch { struct
1520 …HRESULT (WINAPI *QueryInterface)(ITTAPIDispatchEventNotification *This,REFIID riid,void **ppvObjec…
1521 ULONG (WINAPI *AddRef)(ITTAPIDispatchEventNotification *This);
1522 ULONG (WINAPI *Release)(ITTAPIDispatchEventNotification *This);
1523 HRESULT (WINAPI *GetTypeInfoCount)(ITTAPIDispatchEventNotification *This,UINT *pctinfo);
1524 …HRESULT (WINAPI *GetTypeInfo)(ITTAPIDispatchEventNotification *This,UINT iTInfo,LCID lcid,ITypeInf…
1525 …HRESULT (WINAPI *GetIDsOfNames)(ITTAPIDispatchEventNotification *This,REFIID riid,LPOLESTR *rgszNa…
1526 …HRESULT (WINAPI *Invoke)(ITTAPIDispatchEventNotification *This,DISPID dispIdMember,REFIID riid,LCI…
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs11196 pub struct ITTAPIDispatchEventNotification(::windows::runtime::IUnknown);
11197 impl ITTAPIDispatchEventNotification {}
11198 unsafe impl ::windows::runtime::Interface for ITTAPIDispatchEventNotification {
11202 impl ::std::convert::From<ITTAPIDispatchEventNotification> for ::windows::runtime::IUnknown {
11203 fn from(value: ITTAPIDispatchEventNotification) -> Self {
11207 impl ::std::convert::From<&ITTAPIDispatchEventNotification> for ::windows::runtime::IUnknown {
11208 fn from(value: &ITTAPIDispatchEventNotification) -> Self {
11212 …windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ITTAPIDispatchEventNotification {
11217 …indows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ITTAPIDispatchEventNotification {
11224 fn from(value: ITTAPIDispatchEventNotification) -> Self {
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs853 pub type ITTAPIDispatchEventNotification = *mut ::core::ffi::c_void; typedef