This data member contains the end of file flag.
Header file: | Wcedb.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 2.0 and later |
BOOL m_bEOF;
This flag is only set to TRUE by the SeekNext method, when it reaches the end of the database. If you want to use m_bEOF when reading records sequentially, set the m_bAutoSeekNext flag to TRUE.
CCeDBDatabase::m_bAutoSeekNext, CCeDBDatabase::SeekNext