|
ReactOS 0.4.16-dev-2224-g3637fd8
|

Public Attributes | |
| IMAGE_DOS_HEADER | doshdr |
| WORD | stub [32] |
| IMAGE_NT_HEADERS | 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 1197 of file NtMapViewOfSection.c.
| BYTE _SECTION_CONTENTS_IMAGE_FILE::clc_data[0x1000] |
Definition at line 1214 of file NtMapViewOfSection.c.
| IMAGE_SECTION_HEADER _SECTION_CONTENTS_IMAGE_FILE::clc_header |
Definition at line 1205 of file NtMapViewOfSection.c.
| IMAGE_DOS_HEADER _SECTION_CONTENTS_IMAGE_FILE::doshdr |
Definition at line 1199 of file NtMapViewOfSection.c.
| IMAGE_NT_HEADERS _SECTION_CONTENTS_IMAGE_FILE::nthdrs |
Definition at line 1201 of file NtMapViewOfSection.c.
| BYTE _SECTION_CONTENTS_IMAGE_FILE::pad[488] |
Definition at line 1209 of file NtMapViewOfSection.c.
| BYTE _SECTION_CONTENTS_IMAGE_FILE::rossym_data[0x400] |
Definition at line 1212 of file NtMapViewOfSection.c.
| IMAGE_SECTION_HEADER _SECTION_CONTENTS_IMAGE_FILE::rossym_header |
Definition at line 1203 of file NtMapViewOfSection.c.
| BYTE _SECTION_CONTENTS_IMAGE_FILE::rsrc_data[0x400] |
Definition at line 1213 of file NtMapViewOfSection.c.
| IMAGE_SECTION_HEADER _SECTION_CONTENTS_IMAGE_FILE::rsrc_header |
Definition at line 1204 of file NtMapViewOfSection.c.
| WORD _SECTION_CONTENTS_IMAGE_FILE::stub[32] |
Definition at line 1200 of file NtMapViewOfSection.c.
| BYTE _SECTION_CONTENTS_IMAGE_FILE::text_data[0x400] |
Definition at line 1211 of file NtMapViewOfSection.c.
| IMAGE_SECTION_HEADER _SECTION_CONTENTS_IMAGE_FILE::text_header |
Definition at line 1202 of file NtMapViewOfSection.c.