Undocumented functions of NTDLL

2OO1, 18 February


TIME_FIELDS
TIME_FIELDS

typedef struct _TIME_FIELDS {

USHORT Year; USHORT Month; USHORT Day; USHORT Hour; USHORT Minute; USHORT Second; USHORT Milliseconds; USHORT Weekday; } TIME_FIELDS, *PTIME_FIELDS;



TIME_FIELDS structure is NTDLL version of Win 32 API SYSTEM_TIME. It contains detailed information about date and time.



Requirements:
Library: ntdll.lib


See also:
NtQuerySystemTime
NtSetSystemTime
RtlTimeFieldsToTime
RtlTimeToTimeFields