Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h247 typedef struct ITDigitDetectionEvent ITDigitDetectionEvent; typedef
3830 struct ITDigitDetectionEvent : public IDispatch { struct
3841 HRESULT (WINAPI *QueryInterface)(ITDigitDetectionEvent *This,REFIID riid,void **ppvObject);
3842 ULONG (WINAPI *AddRef)(ITDigitDetectionEvent *This);
3843 ULONG (WINAPI *Release)(ITDigitDetectionEvent *This);
3844 HRESULT (WINAPI *GetTypeInfoCount)(ITDigitDetectionEvent *This,UINT *pctinfo);
3848 HRESULT (WINAPI *get_Call)(ITDigitDetectionEvent *This,ITCallInfo **ppCallInfo);
3849 HRESULT (WINAPI *get_Digit)(ITDigitDetectionEvent *This,unsigned char *pucDigit);
3850 HRESULT (WINAPI *get_DigitMode)(ITDigitDetectionEvent *This,TAPI_DIGITMODE *pDigitMode);
3851 HRESULT (WINAPI *get_TickCount)(ITDigitDetectionEvent *This,__LONG32 *plTickCount);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h247 typedef struct ITDigitDetectionEvent ITDigitDetectionEvent; typedef
3830 struct ITDigitDetectionEvent : public IDispatch { struct
3841 HRESULT (WINAPI *QueryInterface)(ITDigitDetectionEvent *This,REFIID riid,void **ppvObject);
3842 ULONG (WINAPI *AddRef)(ITDigitDetectionEvent *This);
3843 ULONG (WINAPI *Release)(ITDigitDetectionEvent *This);
3844 HRESULT (WINAPI *GetTypeInfoCount)(ITDigitDetectionEvent *This,UINT *pctinfo);
3848 HRESULT (WINAPI *get_Call)(ITDigitDetectionEvent *This,ITCallInfo **ppCallInfo);
3849 HRESULT (WINAPI *get_Digit)(ITDigitDetectionEvent *This,unsigned char *pucDigit);
3850 HRESULT (WINAPI *get_DigitMode)(ITDigitDetectionEvent *This,TAPI_DIGITMODE *pDigitMode);
3851 HRESULT (WINAPI *get_TickCount)(ITDigitDetectionEvent *This,__LONG32 *plTickCount);
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs6294 pub struct ITDigitDetectionEvent(::windows::runtime::IUnknown);
6295 impl ITDigitDetectionEvent {
6317 unsafe impl ::windows::runtime::Interface for ITDigitDetectionEvent {
6321 impl ::std::convert::From<ITDigitDetectionEvent> for ::windows::runtime::IUnknown {
6322 fn from(value: ITDigitDetectionEvent) -> Self {
6326 impl ::std::convert::From<&ITDigitDetectionEvent> for ::windows::runtime::IUnknown {
6327 fn from(value: &ITDigitDetectionEvent) -> Self {
6331 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ITDigitDetectionEvent {
6336 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ITDigitDetectionEvent
6343 fn from(value: ITDigitDetectionEvent) -> 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.rs805 pub type ITDigitDetectionEvent = *mut ::core::ffi::c_void; typedef