Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h52 typedef struct IRowsetScroll IRowsetScroll; typedef
2320 struct IRowsetScroll : public IRowsetLocate { struct
2328 HRESULT (WINAPI *QueryInterface)(IRowsetScroll *This,REFIID riid,void **ppvObject);
2329 ULONG (WINAPI *AddRef)(IRowsetScroll *This);
2330 ULONG (WINAPI *Release)(IRowsetScroll *This);
2331 …HRESULT (WINAPI *AddRefRows)(IRowsetScroll *This,DBCOUNTITEM cRows,const HROW rghRows[],DBREFCOUNT…
2332 HRESULT (WINAPI *GetData)(IRowsetScroll *This,HROW hRow,HACCESSOR hAccessor,void *pData);
2333 …HRESULT (WINAPI *GetNextRows)(IRowsetScroll *This,HCHAPTER hReserved,DBROWOFFSET lRowsOffset,DBROW…
2335 HRESULT (WINAPI *RestartPosition)(IRowsetScroll *This,HCHAPTER hReserved);
2344 struct IRowsetScroll { struct
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h52 typedef struct IRowsetScroll IRowsetScroll; typedef
2320 struct IRowsetScroll : public IRowsetLocate { struct
2328 HRESULT (WINAPI *QueryInterface)(IRowsetScroll *This,REFIID riid,void **ppvObject);
2329 ULONG (WINAPI *AddRef)(IRowsetScroll *This);
2330 ULONG (WINAPI *Release)(IRowsetScroll *This);
2331 …HRESULT (WINAPI *AddRefRows)(IRowsetScroll *This,DBCOUNTITEM cRows,const HROW rghRows[],DBREFCOUNT…
2332 HRESULT (WINAPI *GetData)(IRowsetScroll *This,HROW hRow,HACCESSOR hAccessor,void *pData);
2333 …HRESULT (WINAPI *GetNextRows)(IRowsetScroll *This,HCHAPTER hReserved,DBROWOFFSET lRowsOffset,DBROW…
2335 HRESULT (WINAPI *RestartPosition)(IRowsetScroll *This,HCHAPTER hReserved);
2344 struct IRowsetScroll { struct
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs11023 pub struct IRowsetScroll(::windows::runtime::IUnknown);
11024 impl IRowsetScroll {
11075 fn from(value: IRowsetScroll) -> Self {
11080 fn from(value: &IRowsetScroll) -> Self {
11094 impl ::std::convert::From<IRowsetScroll> for IRowsetLocate {
11095 fn from(value: IRowsetScroll) -> Self {
11100 fn from(value: &IRowsetScroll) -> Self {
11114 impl ::std::convert::From<IRowsetScroll> for IRowset {
11115 fn from(value: IRowsetScroll) -> Self {
11119 impl ::std::convert::From<&IRowsetScroll> for IRowset {
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs3551 pub type IRowsetScroll = *mut ::core::ffi::c_void; typedef