BootloaderMain (Windows Embedded CE 6.0)
1/5/2010
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.
Syntax
void BootloaderMain (void);
Parameters
None.
Return Value
None.
Requirements
Header | blcommon.h |
Library | blcommon.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Tasks
Creating the Boot Loader Main Function
Reference
Boot Loader Initialization Functions
StartUp