GetSystemTimes(3w)
NAME
GetSystemTimes (KERNEL32.@)
SYNOPSIS
BOOL GetSystemTimes ( LPFILETIME lpIdleTime, LPFILETIME lpKernelTime, LPFILETIME lpUserTime )
DESCRIPTION
Retrieves system timing information.
PARAMS
lpIdleTime [Out] Destination for idle time.
lpKernelTime [Out] Destination for kernel time.
lpUserTime [Out] Destination for user time.
RETURNS
TRUE if success, FALSE otherwise.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/time.c".
- Debug channel "time".