GetSystemInfo
Jump to navigation
Jump to search
Description
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.