This method sets the application-defined identifier of the database.
Header file: | Wcedb.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 2.0 and later |
BOOL SetIdent( DWORD dwIdent );
TRUE indicates that the property's identifier was successfully set. FALSE indicates that there was an error. To get extended error information, call GetLastError.
The application-defined identifier must be unique within the object store.
CCeDBDatabase::GetIdent, GetLastError