GetSystemInfo(3w)
NAME
GetSystemInfo (KERNEL32.@)
SYNOPSIS
VOID GetSystemInfo
(
LPSYSTEM_INFO si
)
PARAMS
si [Out] Destination for system information,may not be NULL.
DESCRIPTION
Get information about the system.
RETURNS
Nothing.
NOTES
On the first call it creates cached values, so it doesn't have to
determine them repeatedly. On Linux, the "/proc/cpuinfo" special file
is used.
It also creates a cached flag array for IsProcessorFeaturePresent(3w).
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/cpu.c".
- Debug channel "reg".