OEMLaunch (Compact 2013)

10/16/2014

This function launches the run-time image. It is the last one called by the BLCOMMON framework.

Syntax

void OEMLaunch(
  DWORD dwImageStart,
  DWORD dwImageLength,
  DWORD dwLaunchAddr,
  const ROMHDR* pRomHdr
);

Parameters

  • dwImageStart
    [in] Starting address of the run-time image.
  • dwImageLength
    [in] Length, in bytes, of the run-time image.
  • dwLaunchAddr
    [in] First instruction of the run-time image.
  • pRomHdr
    [out] Pointer to the ROM header structure.

Return Value

None.

Requirements

Header

blcommon.h

Library

blcommon.lib

See Also

Reference

Boot Loader Control Flow Functions