CeGetSystemInfo (RAPI) (Windows CE 5.0)
This function returns information about the current system.
CeGetSystemInfo is a remote application programming interface (RAPI), which enables an application running on a desktop computer to make function calls on a Windows CE–based device.
VOIDCeGetSystemInfo( LPSYSTEM_INFOlpSystemInfo);
Parameters
- lpSystemInfo
[out] Pointer to a SYSTEM_INFO structure to be filled in by this function.
Return Values
None.
Remarks
When working with RAPI for Windows CE 1.0 and 1.01, use the PegGetSystemInfo function.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Rapi.h.
Link Library: Rapi.lib.
See Also
Send Feedback on this topic to the authors