EngGetFileChangeTime

BOOL EngGetFileChangeTime(

    HANDLE  h,
   LARGE_INTEGER  *pChangeTime
  );

EngGetFileChangeTime returns a file’s last write time.

Parameters

h

Handle that identifies the file whose change time is to be queried.

pChangeTime

Pointer to a LARGE_INTEGER in which the change time is returned.

Return Value

EngGetFileChangeTime returns TRUE if it succeeds in returning the timestamp; otherwise it returns FALSE.

Comments

The time returned is specified in system-time format. Absolute system time is the number of 100-nanosecond intervals since the start of 1601.