Platform SDK: Debugging and Error Handling |
The TouchFileTimes function updates the date and time at which the specified file was last modified.
BOOL TouchFileTimes ( HANDLE FileHandle, PSYSTEMTIME pSystemTime );
If the function succeeds, the return value is TRUE.
If the function fails, the return value is FALSE. To retrieve extended error information, call GetLastError.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Imagehlp.h.
Library: Use Imagehlp.lib.