Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Other versions of this page are also available for the following:
.gif)
.gif)
8/28/2008
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
- cXIPs
Number of XIPCHAIN_ENTRY structures.
- xipEntryStart
First XIPCHAIN_ENTRY structure. If there is more than one, the next is sizeof(XIPCHAIN_ENTRY) bytes away.
Requirements
| Header | romldr.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |