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