RtlTimeToTimeFields - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H

NTSYSAPI
VOID
NTAPI
RtlTimeToTimeFields(
    _In_ PLARGE_INTEGER Time,
    _Out_ PTIME_FIELDS TimeFields
    );

#endif

View code on GitHub

This function is documented in Windows Driver Kit.


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

See also