RtlTimeFieldsToTime.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

RtlTimeFieldsToTime (NTDLL.@)

SYNOPSIS

BOOLEAN RtlTimeFieldsToTime
 (
  PTIME_FIELDS   tfTimeFields,
  PLARGE_INTEGER Time
 )

DESCRIPTION

Convert a TIME_FIELDS structure into a time.

PARAMS

ftTimeFields [In] TIME_FIELDS structure to convert.

Time [Out] Destination for the converted time.

RETURNS

Success: TRUE.

Failure: FALSE.

IMPLEMENTATION

Defined in "winternl.h".

Implemented in "dlls/ntdll/time.c".

Debug channel "ntdll".