Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h387 typedef struct ITCallNotificationEvent ITCallNotificationEvent; typedef
5366 struct ITCallNotificationEvent : public IDispatch { struct
5375 HRESULT (WINAPI *QueryInterface)(ITCallNotificationEvent *This,REFIID riid,void **ppvObject);
5376 ULONG (WINAPI *AddRef)(ITCallNotificationEvent *This);
5377 ULONG (WINAPI *Release)(ITCallNotificationEvent *This);
5378 HRESULT (WINAPI *GetTypeInfoCount)(ITCallNotificationEvent *This,UINT *pctinfo);
5379 …HRESULT (WINAPI *GetTypeInfo)(ITCallNotificationEvent *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTI…
5382 HRESULT (WINAPI *get_Call)(ITCallNotificationEvent *This,ITCallInfo **ppCall);
5384 …HRESULT (WINAPI *get_CallbackInstance)(ITCallNotificationEvent *This,__LONG32 *plCallbackInstance);
5387 struct ITCallNotificationEvent { struct
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h387 typedef struct ITCallNotificationEvent ITCallNotificationEvent; typedef
5366 struct ITCallNotificationEvent : public IDispatch { struct
5375 HRESULT (WINAPI *QueryInterface)(ITCallNotificationEvent *This,REFIID riid,void **ppvObject);
5376 ULONG (WINAPI *AddRef)(ITCallNotificationEvent *This);
5377 ULONG (WINAPI *Release)(ITCallNotificationEvent *This);
5378 HRESULT (WINAPI *GetTypeInfoCount)(ITCallNotificationEvent *This,UINT *pctinfo);
5379 …HRESULT (WINAPI *GetTypeInfo)(ITCallNotificationEvent *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTI…
5382 HRESULT (WINAPI *get_Call)(ITCallNotificationEvent *This,ITCallInfo **ppCall);
5384 …HRESULT (WINAPI *get_CallbackInstance)(ITCallNotificationEvent *This,__LONG32 *plCallbackInstance);
5387 struct ITCallNotificationEvent { struct
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs5596 pub struct ITCallNotificationEvent(::windows::runtime::IUnknown);
5597 impl ITCallNotificationEvent {
5611 unsafe impl ::windows::runtime::Interface for ITCallNotificationEvent {
5615 impl ::std::convert::From<ITCallNotificationEvent> for ::windows::runtime::IUnknown {
5616 fn from(value: ITCallNotificationEvent) -> Self {
5620 impl ::std::convert::From<&ITCallNotificationEvent> for ::windows::runtime::IUnknown {
5621 fn from(value: &ITCallNotificationEvent) -> Self {
5625 …l<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ITCallNotificationEvent {
5630 …<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ITCallNotificationEvent {
5637 fn from(value: ITCallNotificationEvent) -> 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.rs798 pub type ITCallNotificationEvent = *mut ::core::ffi::c_void; typedef