CCeDBDatabase::SetIdent

This method sets the application-defined identifier of the database.

At a Glance

Header file: Wcedb.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later

Syntax

BOOL SetIdent( DWORD dwIdent );

Parameters

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

Return Values

TRUE indicates that the property's identifier was successfully set. FALSE indicates that there was an error. To get extended error information, call GetLastError.

Remarks

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

See Also

CCeDBDatabase::GetIdent, GetLastError