다음을 통해 공유


BootloaderMain

This function initializes the 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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.