CeRapiUninit (Windows CE 5.0)

Send Feedback

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

HRESULTCeRapiUninit(void);

Parameters

None.

Return Values

E_FAIL indicates that RAPI was not originally initialized.

Remarks

This function is a part of the remote application programming interface (RAPI), which invokes function calls on a Windows CE–based device. RAPI functions are supported only for applications that run on desktop platforms.

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.

When writing applications for Windows CE 1.0 and 1.01, use the PegRapiUninit function.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Rapi.h.
Link Library: Rapi.lib.

See Also

RAPI Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.