Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h282 typedef struct IRowsetRefresh IRowsetRefresh; typedef
4275 struct IRowsetRefresh : public IUnknown { struct
4283 HRESULT (WINAPI *QueryInterface)(IRowsetRefresh *This,REFIID riid,void **ppvObject);
4284 ULONG (WINAPI *AddRef)(IRowsetRefresh *This);
4285 ULONG (WINAPI *Release)(IRowsetRefresh *This);
4286 …HRESULT (WINAPI *RefreshVisibleData)(IRowsetRefresh *This,HCHAPTER hChapter,DBCOUNTITEM cRows,cons…
4287 …HRESULT (WINAPI *GetLastVisibleData)(IRowsetRefresh *This,HROW hRow,HACCESSOR hAccessor,void *pDat…
4290 struct IRowsetRefresh { struct
4301 …HRESULT WINAPI IRowsetRefresh_RefreshVisibleData_Proxy(IRowsetRefresh *This,HCHAPTER hChapter,DBCO…
4303 …HRESULT WINAPI IRowsetRefresh_GetLastVisibleData_Proxy(IRowsetRefresh *This,HROW hRow,HACCESSOR hA…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h282 typedef struct IRowsetRefresh IRowsetRefresh; typedef
4275 struct IRowsetRefresh : public IUnknown { struct
4283 HRESULT (WINAPI *QueryInterface)(IRowsetRefresh *This,REFIID riid,void **ppvObject);
4284 ULONG (WINAPI *AddRef)(IRowsetRefresh *This);
4285 ULONG (WINAPI *Release)(IRowsetRefresh *This);
4286 …HRESULT (WINAPI *RefreshVisibleData)(IRowsetRefresh *This,HCHAPTER hChapter,DBCOUNTITEM cRows,cons…
4287 …HRESULT (WINAPI *GetLastVisibleData)(IRowsetRefresh *This,HROW hRow,HACCESSOR hAccessor,void *pDat…
4290 struct IRowsetRefresh { struct
4301 …HRESULT WINAPI IRowsetRefresh_RefreshVisibleData_Proxy(IRowsetRefresh *This,HCHAPTER hChapter,DBCO…
4303 …HRESULT WINAPI IRowsetRefresh_GetLastVisibleData_Proxy(IRowsetRefresh *This,HROW hRow,HACCESSOR hA…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs10933 pub struct IRowsetRefresh(::windows::runtime::IUnknown);
10934 impl IRowsetRefresh {
10943 unsafe impl ::windows::runtime::Interface for IRowsetRefresh {
10947 impl ::std::convert::From<IRowsetRefresh> for ::windows::runtime::IUnknown {
10948 fn from(value: IRowsetRefresh) -> Self {
10952 impl ::std::convert::From<&IRowsetRefresh> for ::windows::runtime::IUnknown {
10953 fn from(value: &IRowsetRefresh) -> Self {
10957 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IRowsetRefresh {
10962 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IRowsetRefresh {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs3549 pub type IRowsetRefresh = *mut ::core::ffi::c_void; typedef