CCeDBDatabase::GetName

This method retrieves the name 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

void GetName( LPWSTR szName ) const;

Parameters

szName
Pointer to a string buffer. On return, this null-terminated string contains the name of the database. The string must be large enough to contain the name and the terminating null character. The maximum length for a name, including the terminating null character, is MAX_PATH.

Return Values

None.

See Also

CCeDBDatabase::SetName