CCeDBDatabase::m_bEOF

This data member contains the end of file flag.

At a Glance

Header file: Wcedb.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later

Syntax

BOOL m_bEOF;

Remarks

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.

See Also

CCeDBDatabase::m_bAutoSeekNext, CCeDBDatabase::SeekNext