IRAPISession::CeRapiInit
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::CeRapiInit must be called before calling any of the other methods of the IRAPISession interface.
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::CeRapiInit does 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 |