Load_Init

The LoadInit function initializes the RAPI service.

Syntax

LOADERROR Load_Init(void);

At a Glance

Header file: Ppcload.h
Platforms: H/PC
Windows CE versions: 1.0 and 1.01

Parameters

None.

Return Values

This function can return one of the following values:

LOAD_SUCCESS
RAPI service started successfully.
LOAD_FAILED
RAPI service failed to start.

Remarks

The LoadInit function must return successfully before calling the Load function. Call the Load_Exit function to stop the RAPI service.

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

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

See Also

Load_Exit