typedef struct _TIME_FIELDS { SHORT Year; SHORT Month; SHORT Day; SHORT Hour; SHORT Minute; SHORT Second; SHORT Milliseconds; SHORT Weekday; } TIME_FIELDS, *PTIME_FIELDS;
Windows Vista Kernel Structures