Control Flow Functions (Windows CE 5.0)
The following table shows the boot loader control flow functions.
Programming element | Description |
---|---|
OEMDebugInit | This function is the first called by the BLCOMMON framework when a boot loader is started. |
OEMLaunch | This function is the last one called by the BLCOMMON framework and is responsible for to launching the image. |
OEMPlatformInit | This function is called by the BLCOMMON framework and initializes the platform. |
OEMPreDownload | This function is called by the BLCOMMON framework prior to download and can be customized to prompt for user feedback, such as obtaining a static IP address or skipping the download and jumping to a flash-resident image. |
See Also
Required Boot Loader Functions
Send Feedback on this topic to the authors