This function returns information about the current system. A remote application interface (RAPI) version of this function exists, and it is named CeGetSystemInfo.
At a Glance
Header file: | Winbase.h |
Windows CE versions: | 1.0 and later |
Syntax
VOID GetSystemInfo( LPSYSTEM_INFO lpSystemInfo);
Parameters
lpSystemInfo
Pointer to a SYSTEM_INFO structure to be filled in by this function.
Return Values
None.
See Also