Share via


OEMRomChain

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This structure defines an XIP region.

Syntax

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.

If the ROM where the kernel resides cannot be found by traversing OEMRomChain, the kernel will automatically append this ROM to the OEMRomChain list.

Requirements

Header romldr.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Other Resources

Multiple XIP Regions
XIP Chain