CCeDBDatabase::SetLastModified

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

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 SetLastModified( FILETIME ftLastModified );

Parameters

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

Return Values

TRUE indicates that the last modified date and time were successfully set. FALSE indicates that there was an error. To get extended error information, call GetLastError.

See Also

CCeDBDatabase::GetLastModified, FILETIME, GetLastError