CCeDBDatabase::SetIdent

This member function sets the application-defined identifier of the database.

Syntax

BOOL SetIdent( DWORD dwIdent );

At a Glance

Header file: Wcedb.h
Platforms:
Versions: 2.0 and later

Parameters

dwIdent
The application-defined identifier to assign to the database.

Return Values

TRUE if the property's identifier was successfully set. FALSE if there was an error. Call ::GetLastError to determine why the operation failed.

Remarks

The application-defined identifier must be unique within the object store.

See Also

CCeDBDatabase Overview, CCeDBDatabase Member Functions, Windows CE Database Classes, CCeDBDatabase::GetIdent, ::GetLastError