The GetSystemInfo function returns information about the current system.
VOID GetSystemInfo(
LPSYSTEM_INFO lpSystemInfo
// address of system information structure
);
This function does not return a value.
SYSTEM_INFO