KEY_WRITE_TIME_INFORMATION structure (wdm.h)
The KEY_WRITE_TIME_INFORMATION structure is used by the system to set the last write time for a registry key.
Syntax
typedef struct _KEY_WRITE_TIME_INFORMATION {
LARGE_INTEGER LastWriteTime;
} KEY_WRITE_TIME_INFORMATION, *PKEY_WRITE_TIME_INFORMATION;
Members
LastWriteTime
Specifies the last time that the key was changed. This time value is expressed in absolute system time format. Absolute system time is the number of 100-nanosecond intervals since the start of the year 1601 in the Gregorian calendar.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available on Microsoft Windows XP and later versions of the Windows operating system. |
Header | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |