Share via


OEMBootPowerOff Function (Compact 2013)

3/26/2014

OEMBootPowerOff powers down or resets the device when an unrecoverable error occurs in the boot process.

This function is implemented in:

%_WINCEROOT%\Platform\<BSP Name>\ Src\Boot\Bldr\PowerOff.c

Its syntax is:

void OEMBootPowerOff ( void *pContext );

OEMBootPowerOff Function Input Parameters

Parameter

Type

Description

pContext

void *

A pointer to the BootLoader_t structure of the boot loader.

This function does not return a value.

See Also

Concepts

Flow in CE Boot