Home
last modified time | relevance | path

Searched refs:DB_NULL_HCHAPTER (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/OleDb/
H A DSafeHandles.cs113 internal static readonly ChapterHandle DB_NULL_HCHAPTER = new ChapterHandle(IntPtr.Zero); field in System.Data.OleDb.ChapterHandle
118 return ChapterHandle.DB_NULL_HCHAPTER; in CreateChapterHandle()
126 return ChapterHandle.DB_NULL_HCHAPTER; in CreateChapterHandle()
H A DOleDbEnumerator.cs72 … dataReader.InitializeIRowset(value, ChapterHandle.DB_NULL_HCHAPTER, ADP.RecordsUnaffected); in GetEnumeratorReader()
H A DOleDbDataReader.cs45 private ChapterHandle _chapterHandle = ChapterHandle.DB_NULL_HCHAPTER;
111 … if ((null == _connection) || (ChapterHandle.DB_NULL_HCHAPTER != chapterHandle)) { // MDAC 59629 in InitializeIRowset()
734 _chapterHandle = ChapterHandle.DB_NULL_HCHAPTER;
736 if (ChapterHandle.DB_NULL_HCHAPTER != chapter) { // MDAC 81441
2014 dataReader.InitializeIRowset(rowset, ChapterHandle.DB_NULL_HCHAPTER, IntPtr.Zero);
H A DRowBinding.cs431 if (ODB.DB_NULL_HCHAPTER != chapter) { in FreeChapter()
H A DOleDbConnectionInternal.cs595 … dataReader.InitializeIRowset(rowset, ChapterHandle.DB_NULL_HCHAPTER, IntPtr.Zero); in GetSchemaRowset()
H A DOLEDB_Util.cs502 static internal readonly IntPtr DB_NULL_HCHAPTER = ADP.PtrZero; field in System.Data.OleDb.ODB
H A DOleDbCommand.cs623 … dataReader.InitializeIRowset(executeResult, ChapterHandle.DB_NULL_HCHAPTER, _recordsAffected); in ExecuteReaderInternal()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs2677 pub const DB_NULL_HCHAPTER: u32 = 0u32; const
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h782 #define DB_NULL_HCHAPTER 0x00 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h782 #define DB_NULL_HCHAPTER 0x00 macro
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs3603 pub const DB_NULL_HCHAPTER: u32 = 0u32;