BootloaderMain (Windows CE 5.0)
This function initializes the hardware platform. BootloaderMain also chooses and initializes the download transport by calling OEM platform functions. It is called by the StartUp function, which is a platform-specific boot loader StartUp function.
void BootloaderMain (void);
Parameters
None.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Blcommon.h.
Link Library: Blcommon.lib.
See Also
StartUp | BLCOMMON Code Library | Creating the Boot Loader Main Function
Send Feedback on this topic to the authors