Share via


XIPCHAIN_INFO (Compact 2013)

3/28/2014

This structure identifies the number of execute-in-place (XIP) regions and the data contained in those regions.

Syntax

typedef struct _XIPCHAIN_INFO {
  DWORD cXIPs;
  XIPCHAIN_ENTRY xipEntryStart;
} XIPCHAIN_INFO, *PXIPCHAIN_INFO;

Members

  • xipEntryStart
    First XIPCHAIN_ENTRY structure. If there is more than one, the next is sizeof(XIPCHAIN_ENTRY) bytes away.

Requirements

Header

romldr.h

See Also

Reference

Kernel Structures
XIPCHAIN_ENTRY