This data member contains a flag that specifies whether to automatically call SeekNext after reading a record.
Header file: | Wcedb.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 2.0 and later |
BOOL m_bAutoSeekNext;
The default value is FALSE. If you want to use the m_bEOF data member to check for the end of the file when reading records sequentially, you should set the m_bAutoSeekNext flag to TRUE.
The m_bEOF data member is only set by the SeekNext method.
CCeDBDatabase::m_bEOF, CCeDBDatabase::SeekNext