GetSystemInfo function
Retrieves information about the current system.
To retrieve accurate information for an application running on WOW64, call the GetNativeSystemInfo function.
Syntax
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 | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: