RtlTimeToTimeFields.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

RtlTimeToTimeFields (NTDLL.@)

SYNOPSIS

VOID RtlTimeToTimeFields
 (
  const LARGE_INTEGER* liTime,
  PTIME_FIELDS         TimeFields
 )

DESCRIPTION

Convert a time into a TIME_FIELDS structure.

PARAMS

liTime [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".