This method sets the name 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 SetName( LPCWSTR wszName );
TRUE indicates that the name was successfully assigned to the database. FALSE indicates that there was an error. To get extended error information, call GetLastError.
The name must be unique within the object store.
CCeDBDatabase::GetName, GetLastError