RtlTimeToElapsedTimeFields(3w)
NAME
RtlTimeToElapsedTimeFields (NTDLL.@)
SYNOPSIS
void RtlTimeToElapsedTimeFields ( const LARGE_INTEGER* Time, PTIME_FIELDS TimeFields )
DESCRIPTION
Convert a time to a count of elapsed seconds.
PARAMS
Time [In] Time to convert.
TimeFields [Out] Destination for the converted time.
RETURNS
Nothing.
IMPLEMENTATION
Defined in "winternl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/time.c".
- Debug channel "ntdll".