Home
last modified time | relevance | path

Searched defs:IRowset (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/OleDb/
H A DOleDbDataReader.cs224 private UnsafeNativeMethods.IRowset IRowset() { in IRowset() method in System.Data.OleDb.OleDbDataReader
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DUnsafeNativeMethods.cs1089 internal interface IRowset { interface in System.Data.Common.UnsafeNativeMethods
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h32 typedef struct IRowset IRowset; typedef
2129 struct IRowset : public IUnknown { struct
2150 struct IRowset { struct
2151 CONST_VTBL struct IRowsetVtbl *lpVtbl; argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h32 typedef struct IRowset IRowset; typedef
2129 struct IRowset : public IUnknown { struct
2150 struct IRowset { struct
2151 CONST_VTBL struct IRowsetVtbl *lpVtbl; argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs3526 pub type IRowset = *mut ::core::ffi::c_void; typedef