Share via


BootloaderMain

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

StartUp

Concepts

BLCOMMON Code Library