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

Declared in "winternl.h". https://source.winehq.org/source/include/winternl.h

Implemented in "dlls/ntdll/time.c". https://source.winehq.org/source/dlls/ntdll/time.c

Debug channel "ntdll".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.