Expand Minimize
This topic has not yet been rated - Rate this topic

EngGetFileChangeTime function

The EngGetFileChangeTime function retrieves a file's last write time.

Syntax


BOOL EngGetFileChangeTime(
  _In_   HANDLE h,
  _Out_  LARGE_INTEGER *pChangeTime
);

Parameters

h [in]

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

pChangeTime [out]

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.

Remarks

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

Requirements

Version

Available in Windows 2000 and later versions of the Windows operating systems.

Header

Winddi.h (include Winddi.h)

Library

Contained in Win32k.sys. Link to Win32k.lib.

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.