Use this constructor to construct a CCeDBEnum object and begin an enumeration of the databases in the object store.
CCeDBEnum ( DWORD dwIdent = 0 );
Header file: | Wcedb.h |
Platforms: | |
Versions: | 2.0 and later |
Constructing the enumerator begins the enumeration. To get the CEOID of the next database in the object store with the specified identifier, call the member function Next. The enumeration ends when either Next returns NULL or the CCeDBEnum object is destroyed.
You assign a database its application-defined identifier either when you call CCeDBDatabase::Create or by calling CCeDBDatabase::SetIdent.
CCeDBEnum Overview, CCeDBEnum Member Functions, Windows CE Database Support, CCeDBEnum::Next, CCeDBDatabase::Create, , CCeDBDatabase::SetIdent