Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function launches the run-time image. It is the last one called by the BLCOMMON framework.
void OEMLaunch(DWORDdwImageStart,DWORDdwImageLength,DWORDdwLaunchAddr,const ROMHDR*pRomHdr);
Parameters
- dwImageStart
[in] Starting address of OS image. - dwImageLength
[in] Length, in bytes, of the OS image. - dwLaunchAddr
[in] First instruction of the OS image. - pRomHdr
[out] Pointer to the ROM header structure.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Blcommon.h.
Link Library: Blcommon.lib.
See Also
BLCOMMON Code Library | Implementing the OEMLaunch Function | Ethernet Boot Loader Code Implementation
Send Feedback on this topic to the authors