CCeDBDatabase::GetName
This member function retrieves the name of the database.
Syntax
void GetName( LPWSTR szName ) const;
At a Glance
Header file: |
Wcedb.h |
Platforms: |
|
Versions: |
2.0 and later |
Parameters
-
szName
-
A pointer to a string buffer. On return, this string will contain the name of the database. The string must be large enough to contain the name and the null-terminator. The maximum length for a name, including the null-terminator, is MAX_PATH.
Return Values
This function has no return value.
See Also
CCeDBDatabase Overview, CCeDBDatabase Member Functions, Windows CE Database Classes, CCeDBDatabase::SetName