Share via


BootMain Function (Compact 2013)

3/26/2014

The main purpose of BootMain is to call the other core flow functions. BootMain drives the state machine by calling OEMBootLoad until OEMBootLoad returns with a state of BOOT_STATE_RUN, signaling that the OS can be started.

This function is implemented in:

%_WINCEROOT%\Platform\Common\Src\Common\Bldr\Core\Common\Main.c

Its syntax is:

void BootMain( );

This function has no input parameters and does not return a value.

See Also

Concepts

Flow in CE Boot