OEMLaunch (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.