RtlTimeToElapsedTimeFields.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/ntdll/time.c".

Debug channel "ntdll".