NtQuerySystemTime (NTDLL.@)
NTSTATUS NtQuerySystemTime ( PLARGE_INTEGER Time )
Get the current system time.
Time | [Out] | Destination for the current system time. |
Success: STATUS_SUCCESS.
Failure: An NTSTATUS error code indicating the problem.
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.