CCeDBDatabase::m_bEOF

This data member contains the end of file flag.

BOOL m_bEOF;

At a Glance

Header file: Wcedb.h
Platforms:
Versions: 2.0 and later

Remarks

This flag is only set to TRUE by the SeekNext function, when it reaches the end of the database. If you want to use m_bEOF when reading records sequentially, you should set the m_bAutoSeekNext flag to TRUE.

See Also

CCeDBDatabase Overview, CCeDBDatabase Data Members, Windows CE Database Classes, CCeDBDatabase::m_bAutoSeekNext, CCeDBDatabase::SeekNext