ReactOS 0.4.16-dev-2224-g3637fd8
_SECTION_CONTENTS_IMAGE_FILE Struct Reference
Collaboration diagram for _SECTION_CONTENTS_IMAGE_FILE:

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]
 

Detailed Description

Definition at line 1197 of file NtMapViewOfSection.c.

Member Data Documentation

◆ clc_data

BYTE _SECTION_CONTENTS_IMAGE_FILE::clc_data[0x1000]

Definition at line 1214 of file NtMapViewOfSection.c.

◆ clc_header

IMAGE_SECTION_HEADER _SECTION_CONTENTS_IMAGE_FILE::clc_header

Definition at line 1205 of file NtMapViewOfSection.c.

◆ doshdr

IMAGE_DOS_HEADER _SECTION_CONTENTS_IMAGE_FILE::doshdr

Definition at line 1199 of file NtMapViewOfSection.c.

◆ nthdrs

IMAGE_NT_HEADERS _SECTION_CONTENTS_IMAGE_FILE::nthdrs

Definition at line 1201 of file NtMapViewOfSection.c.

◆ pad

BYTE _SECTION_CONTENTS_IMAGE_FILE::pad[488]

Definition at line 1209 of file NtMapViewOfSection.c.

◆ rossym_data

BYTE _SECTION_CONTENTS_IMAGE_FILE::rossym_data[0x400]

Definition at line 1212 of file NtMapViewOfSection.c.

◆ rossym_header

IMAGE_SECTION_HEADER _SECTION_CONTENTS_IMAGE_FILE::rossym_header

Definition at line 1203 of file NtMapViewOfSection.c.

◆ rsrc_data

BYTE _SECTION_CONTENTS_IMAGE_FILE::rsrc_data[0x400]

Definition at line 1213 of file NtMapViewOfSection.c.

◆ rsrc_header

IMAGE_SECTION_HEADER _SECTION_CONTENTS_IMAGE_FILE::rsrc_header

Definition at line 1204 of file NtMapViewOfSection.c.

◆ stub

WORD _SECTION_CONTENTS_IMAGE_FILE::stub[32]

Definition at line 1200 of file NtMapViewOfSection.c.

◆ text_data

BYTE _SECTION_CONTENTS_IMAGE_FILE::text_data[0x400]

Definition at line 1211 of file NtMapViewOfSection.c.

◆ text_header

IMAGE_SECTION_HEADER _SECTION_CONTENTS_IMAGE_FILE::text_header

Definition at line 1202 of file NtMapViewOfSection.c.


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