Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h157 typedef struct ITLegacyAddressMediaControl2 ITLegacyAddressMediaControl2; typedef
2832 struct ITLegacyAddressMediaControl2 : public ITLegacyAddressMediaControl { struct
2840 … HRESULT (WINAPI *QueryInterface)(ITLegacyAddressMediaControl2 *This,REFIID riid,void **ppvObject);
2841 ULONG (WINAPI *AddRef)(ITLegacyAddressMediaControl2 *This);
2842 ULONG (WINAPI *Release)(ITLegacyAddressMediaControl2 *This);
2843 …HRESULT (WINAPI *GetID)(ITLegacyAddressMediaControl2 *This,BSTR pDeviceClass,DWORD *pdwSize,BYTE *…
2844 …HRESULT (WINAPI *GetDevConfig)(ITLegacyAddressMediaControl2 *This,BSTR pDeviceClass,DWORD *pdwSize…
2845 …HRESULT (WINAPI *SetDevConfig)(ITLegacyAddressMediaControl2 *This,BSTR pDeviceClass,DWORD dwSize,B…
2846 …HRESULT (WINAPI *ConfigDialog)(ITLegacyAddressMediaControl2 *This,HWND hwndOwner,BSTR pDeviceClass…
2850 struct ITLegacyAddressMediaControl2 { struct
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h157 typedef struct ITLegacyAddressMediaControl2 ITLegacyAddressMediaControl2; typedef
2832 struct ITLegacyAddressMediaControl2 : public ITLegacyAddressMediaControl { struct
2840 … HRESULT (WINAPI *QueryInterface)(ITLegacyAddressMediaControl2 *This,REFIID riid,void **ppvObject);
2841 ULONG (WINAPI *AddRef)(ITLegacyAddressMediaControl2 *This);
2842 ULONG (WINAPI *Release)(ITLegacyAddressMediaControl2 *This);
2843 …HRESULT (WINAPI *GetID)(ITLegacyAddressMediaControl2 *This,BSTR pDeviceClass,DWORD *pdwSize,BYTE *…
2844 …HRESULT (WINAPI *GetDevConfig)(ITLegacyAddressMediaControl2 *This,BSTR pDeviceClass,DWORD *pdwSize…
2845 …HRESULT (WINAPI *SetDevConfig)(ITLegacyAddressMediaControl2 *This,BSTR pDeviceClass,DWORD dwSize,B…
2846 …HRESULT (WINAPI *ConfigDialog)(ITLegacyAddressMediaControl2 *This,HWND hwndOwner,BSTR pDeviceClass…
2850 struct ITLegacyAddressMediaControl2 { struct
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs7727 pub struct ITLegacyAddressMediaControl2(::windows::runtime::IUnknown);
7728 impl ITLegacyAddressMediaControl2 {
7750 unsafe impl ::windows::runtime::Interface for ITLegacyAddressMediaControl2 {
7754 impl ::std::convert::From<ITLegacyAddressMediaControl2> for ::windows::runtime::IUnknown {
7755 fn from(value: ITLegacyAddressMediaControl2) -> Self {
7759 impl ::std::convert::From<&ITLegacyAddressMediaControl2> for ::windows::runtime::IUnknown {
7760 fn from(value: &ITLegacyAddressMediaControl2) -> Self {
7774 impl ::std::convert::From<ITLegacyAddressMediaControl2> for ITLegacyAddressMediaControl {
7775 fn from(value: ITLegacyAddressMediaControl2) -> Self {
7779 impl ::std::convert::From<&ITLegacyAddressMediaControl2> for ITLegacyAddressMediaControl {
[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.rs819 pub type ITLegacyAddressMediaControl2 = *mut ::core::ffi::c_void; typedef