Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h307 typedef struct IGetDataSource IGetDataSource; typedef
4485 struct IGetDataSource : public IUnknown { struct
4492 HRESULT (WINAPI *QueryInterface)(IGetDataSource *This,REFIID riid,void **ppvObject);
4493 ULONG (WINAPI *AddRef)(IGetDataSource *This);
4494 ULONG (WINAPI *Release)(IGetDataSource *This);
4495 HRESULT (WINAPI *GetDataSource)(IGetDataSource *This,REFIID riid,IUnknown **ppDataSource);
4498 struct IGetDataSource { struct
4508 …HRESULT WINAPI IGetDataSource_RemoteGetDataSource_Proxy(IGetDataSource *This,REFIID riid,IUnknown …
5686 …HRESULT WINAPI IGetDataSource_GetDataSource_Proxy(IGetDataSource *This,REFIID riid,IUnknown **ppDa…
5687 …HRESULT WINAPI IGetDataSource_GetDataSource_Stub(IGetDataSource *This,REFIID riid,IUnknown **ppDat…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h307 typedef struct IGetDataSource IGetDataSource; typedef
4485 struct IGetDataSource : public IUnknown { struct
4492 HRESULT (WINAPI *QueryInterface)(IGetDataSource *This,REFIID riid,void **ppvObject);
4493 ULONG (WINAPI *AddRef)(IGetDataSource *This);
4494 ULONG (WINAPI *Release)(IGetDataSource *This);
4495 HRESULT (WINAPI *GetDataSource)(IGetDataSource *This,REFIID riid,IUnknown **ppDataSource);
4498 struct IGetDataSource { struct
4508 …HRESULT WINAPI IGetDataSource_RemoteGetDataSource_Proxy(IGetDataSource *This,REFIID riid,IUnknown …
5686 …HRESULT WINAPI IGetDataSource_GetDataSource_Proxy(IGetDataSource *This,REFIID riid,IUnknown **ppDa…
5687 …HRESULT WINAPI IGetDataSource_GetDataSource_Stub(IGetDataSource *This,REFIID riid,IUnknown **ppDat…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs7891 pub struct IGetDataSource(::windows::runtime::IUnknown);
7892 impl IGetDataSource {
7898 unsafe impl ::windows::runtime::Interface for IGetDataSource {
7902 impl ::std::convert::From<IGetDataSource> for ::windows::runtime::IUnknown {
7903 fn from(value: IGetDataSource) -> Self {
7907 impl ::std::convert::From<&IGetDataSource> for ::windows::runtime::IUnknown {
7908 fn from(value: &IGetDataSource) -> Self {
7912 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IGetDataSource {
7917 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IGetDataSource {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs3464 pub type IGetDataSource = *mut ::core::ffi::c_void; typedef