RtlTimeToSecondsSince1970 (NTDLL.@)
BOOLEAN RtlTimeToSecondsSince1970 ( const LARGE_INTEGER* Time, LPDWORD Seconds )
Convert a time into a count of seconds since 1970.
Time | [In] | Time to convert. |
Seconds | [Out] | Destination for the converted time. |
Success: TRUE.
Failure: FALSE, if the resulting value will not fit in a DWORD.
Defined in "winternl.h".
Implemented in "dlls/ntdll/time.c". source.winehq.org/source/dlls/ntdll/time.c
Debug channel "ntdll".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.