OEMBootInit Function (Compact 2013)
3/26/2014
OEMBootInit initializes the boot loader context structure, BootLoader_t. For information about the variables in this structure, see Boot Loader Context.
This function is implemented in:
%_WINCEROOT%\Platform\<BSP Name>\Src\Boot\Bldr\Init.c
Its syntax is:
void* OEMBootInit ( VOID );
This function returns a pointer to the boot loader context structure. If it returns NULL, initialization failed. In that case, BootMain calls OEMBootPowerOff to power off or reset the device.