Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This function uninitializes a RAPI session.
Syntax
HRESULT CeRapiUninit ();
Parameters
None.
Return Value
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 Embedded 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
| Header | rapi.h |
| Library | rapi.lib |
| Windows Embedded CE | Windows CE 3.0 and later |