Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h412 typedef struct IGetSourceRow IGetSourceRow; typedef
5354 struct IGetSourceRow : public IUnknown { struct
5361 HRESULT (WINAPI *QueryInterface)(IGetSourceRow *This,REFIID riid,void **ppvObject);
5362 ULONG (WINAPI *AddRef)(IGetSourceRow *This);
5363 ULONG (WINAPI *Release)(IGetSourceRow *This);
5364 HRESULT (WINAPI *GetSourceRow)(IGetSourceRow *This,REFIID riid,IUnknown **ppRow);
5367 struct IGetSourceRow { struct
5377 HRESULT WINAPI IGetSourceRow_GetSourceRow_Proxy(IGetSourceRow *This,REFIID riid,IUnknown **ppRow);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h412 typedef struct IGetSourceRow IGetSourceRow; typedef
5354 struct IGetSourceRow : public IUnknown { struct
5361 HRESULT (WINAPI *QueryInterface)(IGetSourceRow *This,REFIID riid,void **ppvObject);
5362 ULONG (WINAPI *AddRef)(IGetSourceRow *This);
5363 ULONG (WINAPI *Release)(IGetSourceRow *This);
5364 HRESULT (WINAPI *GetSourceRow)(IGetSourceRow *This,REFIID riid,IUnknown **ppRow);
5367 struct IGetSourceRow { struct
5377 HRESULT WINAPI IGetSourceRow_GetSourceRow_Proxy(IGetSourceRow *This,REFIID riid,IUnknown **ppRow);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs8021 pub struct IGetSourceRow(::windows::runtime::IUnknown);
8022 impl IGetSourceRow {
8028 unsafe impl ::windows::runtime::Interface for IGetSourceRow {
8032 impl ::std::convert::From<IGetSourceRow> for ::windows::runtime::IUnknown {
8033 fn from(value: IGetSourceRow) -> Self {
8037 impl ::std::convert::From<&IGetSourceRow> for ::windows::runtime::IUnknown {
8038 fn from(value: &IGetSourceRow) -> Self {
8042 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IGetSourceRow {
8047 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IGetSourceRow {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs3467 pub type IGetSourceRow = *mut ::core::ffi::c_void; typedef