XIPCHAIN_INFO (Windows CE 5.0)

Send Feedback

This structure identifies the number of XIP regions and the data contained in those regions.

typedef struct _XIPCHAIN_INFO {DWORDcXIPs;XIPCHAIN_ENTRYxipEntryStart;} XIPCHAIN_INFO, *PXIPCHAIN_INFO;

Members

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

Requirements

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

See Also

XIPCHAIN_ENTRY

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.