Partager via


OEMLaunch

This function is the last one called by the BLCOMMON framework and is responsible for launching the OS image.

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.