Share via


OEMLaunch (Windows Embedded CE 6.0)

1/5/2010

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 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 Value

None.

Requirements

Header blcommon.h
Library blcommon.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Tasks

Implementing the OEMLaunch Function

Reference

Boot Loader Control Flow Functions

Concepts

BLCOMMON Code Library
Ethernet Boot Loader Code Implementation