Load_Init

This function initializes the RAPI service.

At a Glance

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

Syntax

LOADERROR Load_Init(void);

Return Values

One of the following values is returned:

LOAD_SUCCESS

Load process completed successfully.

LOAD_FAILED

Generic load failure.

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 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 Connection Services.

See Also

Load_Exit