Home
last modified time | relevance | path

Searched refs:CALL_MEDIA_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.rs562 pub type CALL_MEDIA_EVENT = i32; typedef
563 pub const CME_NEW_STREAM: CALL_MEDIA_EVENT = 0i32;
564 pub const CME_STREAM_FAIL: CALL_MEDIA_EVENT = 1i32;
565 pub const CME_TERMINAL_FAIL: CALL_MEDIA_EVENT = 2i32;
566 pub const CME_STREAM_NOT_USED: CALL_MEDIA_EVENT = 3i32;
567 pub const CME_STREAM_ACTIVE: CALL_MEDIA_EVENT = 4i32;
568 pub const CME_STREAM_INACTIVE: CALL_MEDIA_EVENT = 5i32;
569 pub const CME_LASTITEM: CALL_MEDIA_EVENT = 5i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs384 pub struct CALL_MEDIA_EVENT(pub i32);
385 pub const CME_NEW_STREAM: CALL_MEDIA_EVENT = CALL_MEDIA_EVENT(0i32);
386 pub const CME_STREAM_FAIL: CALL_MEDIA_EVENT = CALL_MEDIA_EVENT(1i32);
387 pub const CME_TERMINAL_FAIL: CALL_MEDIA_EVENT = CALL_MEDIA_EVENT(2i32);
388 pub const CME_STREAM_NOT_USED: CALL_MEDIA_EVENT = CALL_MEDIA_EVENT(3i32);
389 pub const CME_STREAM_ACTIVE: CALL_MEDIA_EVENT = CALL_MEDIA_EVENT(4i32);
390 pub const CME_STREAM_INACTIVE: CALL_MEDIA_EVENT = CALL_MEDIA_EVENT(5i32);
391 pub const CME_LASTITEM: CALL_MEDIA_EVENT = CALL_MEDIA_EVENT(5i32);
392 impl ::std::convert::From<i32> for CALL_MEDIA_EVENT {
397 unsafe impl ::windows::runtime::Abi for CALL_MEDIA_EVENT {
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h512 typedef enum CALL_MEDIA_EVENT { enum
517 } CALL_MEDIA_EVENT; typedef
3769 virtual HRESULT WINAPI get_Event(CALL_MEDIA_EVENT *pCallMediaEvent) = 0;
3786 HRESULT (WINAPI *get_Event)(ITCallMediaEvent *This,CALL_MEDIA_EVENT *pCallMediaEvent);
3814 …HRESULT WINAPI ITCallMediaEvent_get_Event_Proxy(ITCallMediaEvent *This,CALL_MEDIA_EVENT *pCallMedi…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h512 typedef enum CALL_MEDIA_EVENT { enum
517 } CALL_MEDIA_EVENT; typedef
3769 virtual HRESULT WINAPI get_Event(CALL_MEDIA_EVENT *pCallMediaEvent) = 0;
3786 HRESULT (WINAPI *get_Event)(ITCallMediaEvent *This,CALL_MEDIA_EVENT *pCallMediaEvent);
3814 …HRESULT WINAPI ITCallMediaEvent_get_Event_Proxy(ITCallMediaEvent *This,CALL_MEDIA_EVENT *pCallMedi…