Share via


OEMLaunch

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

Concepts

BLCOMMON Code Library
Ethernet Boot Loader Code Implementation