CCeDBDatabase::SetLastModified

This member function sets the date and time at which the database was last modified.

Syntax

BOOL SetLastModified( FILETIME ftLastModified );

At a Glance

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

Parameters

ftLastModified
The date and time at which the database was last modified.

Return Values

TRUE if the last modified date and time were successfully set. FALSE if there was an error. Call ::GetLastError to determine why the operation failed.

See Also

CCeDBDatabase Overview, CCeDBDatabase Member Functions, Windows CE Database Classes, CCeDBDatabase::GetLastModified, FILETIME, ::GetLastError