ReactOS 0.4.16-dev-197-g92996da
|
Public Attributes | |
IMAGE_DOS_HEADER | doshdr |
WORD | stub [32] |
IMAGE_NT_HEADERS32 | nthdrs |
IMAGE_SECTION_HEADER | text_header |
IMAGE_SECTION_HEADER | rossym_header |
IMAGE_SECTION_HEADER | rsrc_header |
IMAGE_SECTION_HEADER | clc_header |
BYTE | pad [488] |
BYTE | text_data [0x400] |
BYTE | rossym_data [0x400] |
BYTE | rsrc_data [0x400] |
BYTE | clc_data [0x1000] |
Definition at line 1170 of file NtMapViewOfSection.c.
BYTE _SECTION_CONTENTS_IMAGE_FILE::clc_data[0x1000] |
Definition at line 1183 of file NtMapViewOfSection.c.
IMAGE_SECTION_HEADER _SECTION_CONTENTS_IMAGE_FILE::clc_header |
Definition at line 1178 of file NtMapViewOfSection.c.
IMAGE_DOS_HEADER _SECTION_CONTENTS_IMAGE_FILE::doshdr |
Definition at line 1172 of file NtMapViewOfSection.c.
IMAGE_NT_HEADERS32 _SECTION_CONTENTS_IMAGE_FILE::nthdrs |
Definition at line 1174 of file NtMapViewOfSection.c.
BYTE _SECTION_CONTENTS_IMAGE_FILE::pad[488] |
Definition at line 1179 of file NtMapViewOfSection.c.
BYTE _SECTION_CONTENTS_IMAGE_FILE::rossym_data[0x400] |
Definition at line 1181 of file NtMapViewOfSection.c.
IMAGE_SECTION_HEADER _SECTION_CONTENTS_IMAGE_FILE::rossym_header |
Definition at line 1176 of file NtMapViewOfSection.c.
BYTE _SECTION_CONTENTS_IMAGE_FILE::rsrc_data[0x400] |
Definition at line 1182 of file NtMapViewOfSection.c.
IMAGE_SECTION_HEADER _SECTION_CONTENTS_IMAGE_FILE::rsrc_header |
Definition at line 1177 of file NtMapViewOfSection.c.
WORD _SECTION_CONTENTS_IMAGE_FILE::stub[32] |
Definition at line 1173 of file NtMapViewOfSection.c.
BYTE _SECTION_CONTENTS_IMAGE_FILE::text_data[0x400] |
Definition at line 1180 of file NtMapViewOfSection.c.
IMAGE_SECTION_HEADER _SECTION_CONTENTS_IMAGE_FILE::text_header |
Definition at line 1175 of file NtMapViewOfSection.c.