GetSystemInfo (Windows CE 5.0)
This function returns information about the current system. CeGetSystemInfo is the remote application programming interface (RAPI) version of this function.
VOIDGetSystemInfo( LPSYSTEM_INFOlpSystemInfo);
Parameters
- lpSystemInfo
[out] Pointer to a SYSTEM_INFO structure to be filled in by this function.
Return Values
None.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.
See Also
Send Feedback on this topic to the authors