GetSystemInfo
GetSystemInfo retrieves the information about the current system.
Syntax
Copy
VOID GetSystemInfo(
LPSYSTEM_INFO lpSystemInfo
);
Parameters
lpSystemInfo
A pointer to a SYSTEM_INFO structure that receives the information.
Return Value
None
Requirements
Minimum supported version | Header | Library |
---|---|---|
eRTOS 1.0 SDK |
windows.h | rtkrnl.lib |