Share via


CeGetSystemInfo (RAPI)

This function returns information about the current system. CeGetSystemInfo is a remote application interface (RAPI), which enables an application running on a desktop computer to make function calls on a Windows CE–based device.

VOID CeGetSystemInfo( 
LPSYSTEM_INFO lpSystemInfo); 

Parameters

  • lpSystemInfo
    Pointer to a SYSTEM_INFO structure to be filled in by this function.

Return Values

None.

Remarks

When working with RAPI for Windows CE versions 1.0 and 1.01, use the PegGetSystemInfo function.

For more information about using RAPI functions, see Invoking Functions from a Desktop Computer.

Requirements

Runs On Versions Defined in Include Link to
Windows CE OS 2.0 and later Rapi.h    

See Also

SYSTEM_INFO

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.