This data member contains the object identifier of the database, with respect to 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 |
CEOID m_CEOID;
When you call either the Create or Open method, it sets the CCeDBDatabase object's m_CEOID data member to a non-NULL value.
Every object in the object store has a unique object identifier. A database is one type of object that can exist in the object store. Its object identifier is stored in its m_CEOID data member.