Retrieves information about the current system.
To retrieve accurate information for an application running on WOW64, call theGetNativeSystemInfo function.
Syntax
C++
void WINAPI GetSystemInfo(
_Out_ LPSYSTEM_INFO lpSystemInfo
);
Parameters
-
lpSystemInfo [out]
-
A pointer to a SYSTEM_INFO structure that receives the information.
Return value
This function does not return a value.
Examples
For an example, see Getting Hardware Information.
Requirements
Minimum supported client | Windows 2000 Professional [desktop apps only] |
---|---|
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header |
|
Library |
|
DLL |
|