Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h177 typedef struct ITCustomTone ITCustomTone; typedef
3091 struct ITCustomTone : public IDispatch { struct
3106 ULONG (WINAPI *AddRef)(ITCustomTone *This);
3107 ULONG (WINAPI *Release)(ITCustomTone *This);
3108 HRESULT (WINAPI *GetTypeInfoCount)(ITCustomTone *This,UINT *pctinfo);
3112 HRESULT (WINAPI *get_Frequency)(ITCustomTone *This,__LONG32 *plFrequency);
3113 HRESULT (WINAPI *put_Frequency)(ITCustomTone *This,__LONG32 lFrequency);
3115 HRESULT (WINAPI *put_CadenceOn)(ITCustomTone *This,__LONG32 CadenceOn);
3118 HRESULT (WINAPI *get_Volume)(ITCustomTone *This,__LONG32 *plVolume);
3119 HRESULT (WINAPI *put_Volume)(ITCustomTone *This,__LONG32 lVolume);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h177 typedef struct ITCustomTone ITCustomTone; typedef
3091 struct ITCustomTone : public IDispatch { struct
3106 ULONG (WINAPI *AddRef)(ITCustomTone *This);
3107 ULONG (WINAPI *Release)(ITCustomTone *This);
3108 HRESULT (WINAPI *GetTypeInfoCount)(ITCustomTone *This,UINT *pctinfo);
3112 HRESULT (WINAPI *get_Frequency)(ITCustomTone *This,__LONG32 *plFrequency);
3113 HRESULT (WINAPI *put_Frequency)(ITCustomTone *This,__LONG32 lFrequency);
3115 HRESULT (WINAPI *put_CadenceOn)(ITCustomTone *This,__LONG32 CadenceOn);
3118 HRESULT (WINAPI *get_Volume)(ITCustomTone *This,__LONG32 *plVolume);
3119 HRESULT (WINAPI *put_Volume)(ITCustomTone *This,__LONG32 lVolume);
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs6095 pub struct ITCustomTone(::windows::runtime::IUnknown);
6096 impl ITCustomTone {
6126 unsafe impl ::windows::runtime::Interface for ITCustomTone {
6130 impl ::std::convert::From<ITCustomTone> for ::windows::runtime::IUnknown {
6131 fn from(value: ITCustomTone) -> Self {
6135 impl ::std::convert::From<&ITCustomTone> for ::windows::runtime::IUnknown {
6136 fn from(value: &ITCustomTone) -> Self {
6140 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ITCustomTone {
6145 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ITCustomTone {
6152 fn from(value: ITCustomTone) -> 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.rs803 pub type ITCustomTone = *mut ::core::ffi::c_void; typedef