Home
last modified time | relevance | path

Searched refs:CALL_NOTIFICATION_EVENT (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/Devices/Tapi/
H A Dmod.rs579 pub type CALL_NOTIFICATION_EVENT = i32; typedef
580 pub const CNE_OWNER: CALL_NOTIFICATION_EVENT = 0i32;
581 pub const CNE_MONITOR: CALL_NOTIFICATION_EVENT = 1i32;
582 pub const CNE_LASTITEM: CALL_NOTIFICATION_EVENT = 1i32;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h560 typedef enum CALL_NOTIFICATION_EVENT { enum
563 } CALL_NOTIFICATION_EVENT; typedef
5369 virtual HRESULT WINAPI get_Event(CALL_NOTIFICATION_EVENT *pCallNotificationEvent) = 0;
5383 …HRESULT (WINAPI *get_Event)(ITCallNotificationEvent *This,CALL_NOTIFICATION_EVENT *pCallNotificati…
5405 …lNotificationEvent_get_Event_Proxy(ITCallNotificationEvent *This,CALL_NOTIFICATION_EVENT *pCallNot…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h560 typedef enum CALL_NOTIFICATION_EVENT { enum
563 } CALL_NOTIFICATION_EVENT; typedef
5369 virtual HRESULT WINAPI get_Event(CALL_NOTIFICATION_EVENT *pCallNotificationEvent) = 0;
5383 …HRESULT (WINAPI *get_Event)(ITCallNotificationEvent *This,CALL_NOTIFICATION_EVENT *pCallNotificati…
5405 …lNotificationEvent_get_Event_Proxy(ITCallNotificationEvent *This,CALL_NOTIFICATION_EVENT *pCallNot…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs423 pub struct CALL_NOTIFICATION_EVENT(pub i32);
424 pub const CNE_OWNER: CALL_NOTIFICATION_EVENT = CALL_NOTIFICATION_EVENT(0i32);
425 pub const CNE_MONITOR: CALL_NOTIFICATION_EVENT = CALL_NOTIFICATION_EVENT(1i32);
426 pub const CNE_LASTITEM: CALL_NOTIFICATION_EVENT = CALL_NOTIFICATION_EVENT(1i32);
427 impl ::std::convert::From<i32> for CALL_NOTIFICATION_EVENT {
432 unsafe impl ::windows::runtime::Abi for CALL_NOTIFICATION_EVENT {
5602 pub unsafe fn Event(&self) -> ::windows::runtime::Result<CALL_NOTIFICATION_EVENT> {
5603 …let mut result__: <CALL_NOTIFICATION_EVENT as ::windows::runtime::Abi>::Abi = ::std::mem::zeroed();
5604 …).8)(::std::mem::transmute_copy(self), &mut result__).from_abi::<CALL_NOTIFICATION_EVENT>(result__)
5674 …n(this: ::windows::runtime::RawPtr, pcallnotificationevent: *mut CALL_NOTIFICATION_EVENT) -> ::win…