Load_PegFreeSpace

This function returns the amount of memory available for storing applications on a device.

At a Glance

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

Syntax

DWORD Load_PegFreeSpace(void);

Return Values

The number of bytes of unused memory remaining in the object store indicates success.

Remarks

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

Load_PegFreeSpace 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_Init