Group: System Information - Library: kernel32
VOID GetSystemInfo(
LPSYSTEM_INFO lpSystemInfo // system information
);
DECLARE GetSystemInfo IN kernel32 STRING @ lpSystemInfo
lpSystemInfo [out] Pointer to a SYSTEM_INFO structure that receives the information.
This function does not return a value.
WinNT: much of this info you can find in environment strings. Skip to the examples with GetEnvironmentStrings.
See also: GetNativeSystemInfo.