RtlTimeFieldsToTime (NTDLL.@)
BOOLEAN RtlTimeFieldsToTime ( PTIME_FIELDS tfTimeFields, PLARGE_INTEGER Time )
Convert a TIME_FIELDS structure into a time.
ftTimeFields | [In] | TIME_FIELDS structure to convert. |
Time | [Out] | Destination for the converted time. |
Success: TRUE.
Failure: FALSE.
Defined in "winternl.h".
Implemented in "dlls/ntdll/time.c". source.winehq.org/source/dlls/ntdll/time.c
Debug channel "ntdll".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.