ReactOS 0.4.17-dev-243-g1369312
_IMAGE_STRUCT Struct Reference

Public Attributes

UCHAR Header [0x1000]
 
UCHAR Code [0x1000]
 
UCHAR Data [0x1000]
 
UCHAR Unwind [0x1000]
 

Detailed Description

Definition at line 59 of file RtlVirtualUnwind.c.

Member Data Documentation

◆ Code

UCHAR _IMAGE_STRUCT::Code[0x1000]

Definition at line 62 of file RtlVirtualUnwind.c.

◆ Data

UCHAR _IMAGE_STRUCT::Data[0x1000]

Definition at line 63 of file RtlVirtualUnwind.c.

◆ Header

UCHAR _IMAGE_STRUCT::Header[0x1000]

Definition at line 61 of file RtlVirtualUnwind.c.

◆ Unwind

UCHAR _IMAGE_STRUCT::Unwind[0x1000]

Definition at line 64 of file RtlVirtualUnwind.c.

Referenced by DECLSPEC_ALIGN().


The documentation for this struct was generated from the following file: