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 |
| Minimum supported server | Windows 2000 Server |
| Header | Winbase.h (include Windows.h) |
| Library | Kernel32.lib |
| DLL | Kernel32.dll |
See Also
- GetNativeSystemInfo
- System
Information Functions
- SYSTEM_INFO
Send comments about this topic to Microsoft
Build date: 11/19/2009