Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h252 typedef struct ITDigitGenerationEvent ITDigitGenerationEvent; typedef
3889 struct ITDigitGenerationEvent : public IDispatch { struct
3899 HRESULT (WINAPI *QueryInterface)(ITDigitGenerationEvent *This,REFIID riid,void **ppvObject);
3900 ULONG (WINAPI *AddRef)(ITDigitGenerationEvent *This);
3901 ULONG (WINAPI *Release)(ITDigitGenerationEvent *This);
3902 HRESULT (WINAPI *GetTypeInfoCount)(ITDigitGenerationEvent *This,UINT *pctinfo);
3903 …HRESULT (WINAPI *GetTypeInfo)(ITDigitGenerationEvent *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTIn…
3906 HRESULT (WINAPI *get_Call)(ITDigitGenerationEvent *This,ITCallInfo **ppCallInfo);
3908 HRESULT (WINAPI *get_TickCount)(ITDigitGenerationEvent *This,__LONG32 *plTickCount);
3909 … HRESULT (WINAPI *get_CallbackInstance)(ITDigitGenerationEvent *This,__LONG32 *plCallbackInstance);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h252 typedef struct ITDigitGenerationEvent ITDigitGenerationEvent; typedef
3889 struct ITDigitGenerationEvent : public IDispatch { struct
3899 HRESULT (WINAPI *QueryInterface)(ITDigitGenerationEvent *This,REFIID riid,void **ppvObject);
3900 ULONG (WINAPI *AddRef)(ITDigitGenerationEvent *This);
3901 ULONG (WINAPI *Release)(ITDigitGenerationEvent *This);
3902 HRESULT (WINAPI *GetTypeInfoCount)(ITDigitGenerationEvent *This,UINT *pctinfo);
3903 …HRESULT (WINAPI *GetTypeInfo)(ITDigitGenerationEvent *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTIn…
3906 HRESULT (WINAPI *get_Call)(ITDigitGenerationEvent *This,ITCallInfo **ppCallInfo);
3908 HRESULT (WINAPI *get_TickCount)(ITDigitGenerationEvent *This,__LONG32 *plTickCount);
3909 … HRESULT (WINAPI *get_CallbackInstance)(ITDigitGenerationEvent *This,__LONG32 *plCallbackInstance);
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs6387 pub struct ITDigitGenerationEvent(::windows::runtime::IUnknown);
6388 impl ITDigitGenerationEvent {
6406 unsafe impl ::windows::runtime::Interface for ITDigitGenerationEvent {
6410 impl ::std::convert::From<ITDigitGenerationEvent> for ::windows::runtime::IUnknown {
6411 fn from(value: ITDigitGenerationEvent) -> Self {
6415 impl ::std::convert::From<&ITDigitGenerationEvent> for ::windows::runtime::IUnknown {
6416 fn from(value: &ITDigitGenerationEvent) -> Self {
6420 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ITDigitGenerationEvent
6425 …l<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ITDigitGenerationEvent {
6432 fn from(value: ITDigitGenerationEvent) -> 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.rs806 pub type ITDigitGenerationEvent = *mut ::core::ffi::c_void; typedef