CeRapiUninit (RAPI)
This function uninitializes a RAPI session.
HRESULT CeRapiUninit ();
Parameters
None.
Return Values
E_FAIL indicates that RAPI has not previously been initialized.
Remarks
The CeRapiUnInit method should be called when the application has completed its use of the remote API services. It gracefully closes down the connection to the Windows CE-based device. If called when not in an initialized state, it will return E_FAIL.
CeRapiUnInit can be called during a call to CeRapiInit or CeRapiInitEx to cancel initialization.
Requirements
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: Rapi.h
Library: Rapi.lib
See Also
Send Feedback on this topic to the authors