OEMRomChain

This structure defines an XIP region.

typedef struct ROMChain_t{
  struct ROMChain_t* pNext;
  ROMHDR* pTOC;
} ROMChain_t, OEMRomChain;

Members

  • pNext
    Pointer to the next XIP region if one exists.
  • pTOC
    Pointer to the table of contents of the ROM for this XIP region.

Remarks

An OEM can specify the ROMChain ordering of all XIPs. The implementation is such that if FirstROM is in OEMRomChain, the kernel uses FirstROM. Otherwise, FirstROM will be attached to the end of the ROMChain.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Romldr.h.

See Also

Multiple XIP Regions | XIP Chain

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.