table of contents
other versions
- wheezy 1.4.1-4
GetSystemTimes(3w) | Wine API | 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 declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/kernel32/time.c". Debug channel "time".Oct 2012 | Wine API |