Scroll to navigation

RtlTimeToElapsedTimeFields(3w) Wine API 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

Declared in "winternl.h".
Implemented in "dlls/ntdll/time.c".
Debug channel "ntdll".
Oct 2012 Wine API