Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This method syncronously initializes the communication layers between the desktop and the target Windows Embedded CE-based device. IRAPISession::CeRapiInitmust be called before calling any of the other methods of the IRAPISessioninterface.

Syntax

HRESUL CeRapiInit();

Parameters

None.

Return Value

E_SUCCESS indicates success. CERAPI_E_ALREADYINITIALIZED indicates that RAPI2 has already been initialized. E_FAIL indicates failure.

Remarks

A call to IRAPISession::CeRapiInitdoes not return until the connection is made, an error occurs, or another thread calls IRAPISession::CeRapiUninit.

Requirements

Header rapi2.h
Library ole32.lib, rapiuuid.lib
Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also