Load_Exit

This function stops the Remote API (RAPI) services initialized by the Load_Init function.

At a Glance

Header file: Ppcload.h
Windows CE versions: 1.0 and 1.01

Syntax

void Load_Exit(void);

Return Values

None.

Remarks

The Load_Exit function requires a prior successful call to the Load_Init function.

Load_Exit is exported by Ppcload.dll, which runs on the desktop computer—it is intended to be called from a setup program.

This function is not supported on Windows CE versions 2.0 and later. For more information on installing applications for versions 2.0 and later, see Installing and Managing Applications.

See Also

Load_Init, Load