This constructor constructs a CCeDBEnum object and begins an enumeration of the databases in the object store.
Header file: | Wcedb.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 2.0 and later |
CCeDBEnum ( DWORD dwIdent = 0 );
Constructing the enumerator begins the enumeration. To get the CEOID of the next database in the object store with the specified identifier, call the method Next. The enumeration ends when either Next returns NULL or the CCeDBEnum object is destroyed.
Assign a database its application-defined identifier either when you call CCeDBDatabase::Create or by calling CCeDBDatabase::SetIdent.
CCeDBEnum::Next, CCeDBDatabase::Create, CCeDBDatabase::SetIdent