Remote Application Programming Interface (RAPI) Reference

This section discusses how to use remote application programming interface (RAPI), in the Microsoft Windows CE programming environment.

Once a connection is established between a Windows CE-based device and the desktop computer, RAPI gives an application running on a desktop computer the ability to invoke function calls on a Windows CE–based platform. The desktop computer is the RAPI client and the Windows CE–based platform is the RAPI server.

The function calls behave much like the equivalent Windows CE functions. For the most part, RAPI functions have the same syntax, parameters, and return values as the corresponding Windows CE versions. RAPI functions contain a Ce prefix to differentiate them from the Windows CE functions. Any other differences are noted in the reference documentation for the RAPI functions.

Note   String and character parameters must be in Unicode format. Use the appropriate conversion routines, if necessary.

This language reference section contains descriptions of RAPI programming elements.

RAPI Functions

RAPI Interfaces

RAPI Structures

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.