#ifndef _NTRTL_H
NTSYSAPI
VOID
NTAPI
RtlTimeToTimeFields(
_In_ PLARGE_INTEGER Time,
_Out_ PTIME_FIELDS TimeFields
);
View code on GitHubThis function is documented in Windows Driver Kit.
Function RtlTimeToTimeFields converts 64-bit time to user-readable structure TIME_FIELDS.
Pointer to LARGE_INTEGER contains time to convert.
Result of call - pointer to TIME_FIELDS structure.