2OO1, 18 February
RtlTimeToTimeFields
RtlTimeToTimeFields
NTSYSAPI
VOID
NTAPI
RtlTimeToTimeFields(
IN PLARGE_INTEGER Time,
OUT PTIME_FIELDS TimeFields );
Function RtlTimeToTimeFields converts 64-bit
time to user-readable structure TIME_FIELDS.
- Time Pointer to LARGE_INTEGER
contains time to convert.
- TimeFields Result of call - pointer to
TIME_FIELDS
structure.
- Documented by:
- Reactos
- Tomasz Nowak
Requirements:
- Library: ntdll.lib
See also:
- RtlTimeFieldsToTime
- TIME_FIELDS