GetSystemInfo

The GetSystemInfo function returns information about the current system.

VOID GetSystemInfo(
  LPSYSTEM_INFO lpSystemInfo   // address of system information 
                               // structure
);
 

Parameters

lpSystemInfo
Pointer to a SYSTEM_INFO structure to be filled in by this function.

Return Values

This function does not return a value.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Requires version 1.0 or later.
  Header: Declared in winbase.h.
  Import Library: Use kernel32.lib.

See Also

System Information Overview, System Information Functions, SYSTEM_INFO