Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h147 typedef struct ITLegacyAddressMediaControl ITLegacyAddressMediaControl; typedef
2732 struct ITLegacyAddressMediaControl : public IUnknown { struct
2741 … HRESULT (WINAPI *QueryInterface)(ITLegacyAddressMediaControl *This,REFIID riid,void **ppvObject);
2742 ULONG (WINAPI *AddRef)(ITLegacyAddressMediaControl *This);
2743 ULONG (WINAPI *Release)(ITLegacyAddressMediaControl *This);
2744 …HRESULT (WINAPI *GetID)(ITLegacyAddressMediaControl *This,BSTR pDeviceClass,DWORD *pdwSize,BYTE **…
2745 …HRESULT (WINAPI *GetDevConfig)(ITLegacyAddressMediaControl *This,BSTR pDeviceClass,DWORD *pdwSize,…
2746 …HRESULT (WINAPI *SetDevConfig)(ITLegacyAddressMediaControl *This,BSTR pDeviceClass,DWORD dwSize,BY…
2749 struct ITLegacyAddressMediaControl { struct
2761 …HRESULT WINAPI ITLegacyAddressMediaControl_GetID_Proxy(ITLegacyAddressMediaControl *This,BSTR pDev…
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h147 typedef struct ITLegacyAddressMediaControl ITLegacyAddressMediaControl; typedef
2732 struct ITLegacyAddressMediaControl : public IUnknown { struct
2741 … HRESULT (WINAPI *QueryInterface)(ITLegacyAddressMediaControl *This,REFIID riid,void **ppvObject);
2742 ULONG (WINAPI *AddRef)(ITLegacyAddressMediaControl *This);
2743 ULONG (WINAPI *Release)(ITLegacyAddressMediaControl *This);
2744 …HRESULT (WINAPI *GetID)(ITLegacyAddressMediaControl *This,BSTR pDeviceClass,DWORD *pdwSize,BYTE **…
2745 …HRESULT (WINAPI *GetDevConfig)(ITLegacyAddressMediaControl *This,BSTR pDeviceClass,DWORD *pdwSize,…
2746 …HRESULT (WINAPI *SetDevConfig)(ITLegacyAddressMediaControl *This,BSTR pDeviceClass,DWORD dwSize,BY…
2749 struct ITLegacyAddressMediaControl { struct
2761 …HRESULT WINAPI ITLegacyAddressMediaControl_GetID_Proxy(ITLegacyAddressMediaControl *This,BSTR pDev…
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs7673 pub struct ITLegacyAddressMediaControl(::windows::runtime::IUnknown);
7674 impl ITLegacyAddressMediaControl {
7688 unsafe impl ::windows::runtime::Interface for ITLegacyAddressMediaControl {
7692 impl ::std::convert::From<ITLegacyAddressMediaControl> for ::windows::runtime::IUnknown {
7693 fn from(value: ITLegacyAddressMediaControl) -> Self {
7697 impl ::std::convert::From<&ITLegacyAddressMediaControl> for ::windows::runtime::IUnknown {
7698 fn from(value: &ITLegacyAddressMediaControl) -> Self {
7774 impl ::std::convert::From<ITLegacyAddressMediaControl2> for ITLegacyAddressMediaControl {
7779 impl ::std::convert::From<&ITLegacyAddressMediaControl2> for ITLegacyAddressMediaControl {
7785 fn into_param(self) -> ::windows::runtime::Param<'a, 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.rs818 pub type ITLegacyAddressMediaControl = *mut ::core::ffi::c_void; typedef