Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h3898 typedef interface IAMPhysicalPinInfo IAMPhysicalPinInfo; typedef
3900 interface IAMPhysicalPinInfo; variable
11080 typedef struct IAMPhysicalPinInfo IAMPhysicalPinInfo; typedef
12013 struct IAMPhysicalPinInfo : public IUnknown { struct
12020 HRESULT (WINAPI *QueryInterface)(IAMPhysicalPinInfo *This,REFIID riid,void **ppvObject);
12021 ULONG (WINAPI *AddRef)(IAMPhysicalPinInfo *This);
12022 ULONG (WINAPI *Release)(IAMPhysicalPinInfo *This);
12023 HRESULT (WINAPI *GetPhysicalType)(IAMPhysicalPinInfo *This,LONG *pType,LPOLESTR *ppszType);
12026 struct IAMPhysicalPinInfo { struct
12036 …HRESULT WINAPI IAMPhysicalPinInfo_GetPhysicalType_Proxy(IAMPhysicalPinInfo *This,LONG *pType,LPOLE…
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h3898 typedef interface IAMPhysicalPinInfo IAMPhysicalPinInfo; typedef
3900 interface IAMPhysicalPinInfo; variable
11080 typedef struct IAMPhysicalPinInfo IAMPhysicalPinInfo; typedef
12013 struct IAMPhysicalPinInfo : public IUnknown { struct
12020 HRESULT (WINAPI *QueryInterface)(IAMPhysicalPinInfo *This,REFIID riid,void **ppvObject);
12021 ULONG (WINAPI *AddRef)(IAMPhysicalPinInfo *This);
12022 ULONG (WINAPI *Release)(IAMPhysicalPinInfo *This);
12023 HRESULT (WINAPI *GetPhysicalType)(IAMPhysicalPinInfo *This,LONG *pType,LPOLESTR *ppszType);
12026 struct IAMPhysicalPinInfo { struct
12036 …HRESULT WINAPI IAMPhysicalPinInfo_GetPhysicalType_Proxy(IAMPhysicalPinInfo *This,LONG *pType,LPOLE…
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DirectShow/
H A Dmod.rs4971 pub type IAMPhysicalPinInfo = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs12996 pub struct IAMPhysicalPinInfo(::windows::runtime::IUnknown); struct
12997 impl IAMPhysicalPinInfo { implementation
13003 unsafe impl ::windows::runtime::Interface for IAMPhysicalPinInfo { implementation
13007 impl ::std::convert::From<IAMPhysicalPinInfo> for ::windows::runtime::IUnknown {
13008 fn from(value: IAMPhysicalPinInfo) -> Self { in from()
13012 impl ::std::convert::From<&IAMPhysicalPinInfo> for ::windows::runtime::IUnknown {
13013 fn from(value: &IAMPhysicalPinInfo) -> Self { in from()
13017 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IAMPhysicalPinInfo { implementation
13022 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IAMPhysicalPinInfo { implementation