Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.31 KB

CeRapiUninit.md

File metadata and controls

46 lines (30 loc) · 1.31 KB

Home

Function name : CeRapiUninit

Group: Remote Application Programming (RAPI) - Library: rapi


This function uninitializes the Windows CE remote application programming interface (RAPI).


Code examples:

Pocket PC: base class
Pocket PC: custom RAPI class for operating with the System Registry
Pocket PC: custom RAPI class for operating with files and folders on mobile device
PocketPC: custom RAPI class for executing routines on remote Windows CE device

Declaration:

STDAPI CeRapiUninit(void);  

FoxPro declaration:

DECLARE INTEGER CeRapiUninit IN rapi  

Parameters:

None.


Return value:

E_FAIL indicates that RAPI was not originally initialized.


Comments:

The CeRapiUnInit function 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 device. If called when not in an initialized state, it will return E_FAIL.