ReactOS 0.4.15-dev-7931-gfd331f1
_SECTION_CONTENTS_IMAGE_FILE Struct Reference
Collaboration diagram for _SECTION_CONTENTS_IMAGE_FILE:

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]
 

Detailed Description

Definition at line 1170 of file NtMapViewOfSection.c.

Member Data Documentation

◆ clc_data

BYTE _SECTION_CONTENTS_IMAGE_FILE::clc_data[0x1000]

Definition at line 1183 of file NtMapViewOfSection.c.

◆ clc_header

IMAGE_SECTION_HEADER _SECTION_CONTENTS_IMAGE_FILE::clc_header

Definition at line 1178 of file NtMapViewOfSection.c.

◆ doshdr

IMAGE_DOS_HEADER _SECTION_CONTENTS_IMAGE_FILE::doshdr

Definition at line 1172 of file NtMapViewOfSection.c.

◆ nthdrs

IMAGE_NT_HEADERS32 _SECTION_CONTENTS_IMAGE_FILE::nthdrs

Definition at line 1174 of file NtMapViewOfSection.c.

◆ pad

BYTE _SECTION_CONTENTS_IMAGE_FILE::pad[488]

Definition at line 1179 of file NtMapViewOfSection.c.

◆ rossym_data

BYTE _SECTION_CONTENTS_IMAGE_FILE::rossym_data[0x400]

Definition at line 1181 of file NtMapViewOfSection.c.

◆ rossym_header

IMAGE_SECTION_HEADER _SECTION_CONTENTS_IMAGE_FILE::rossym_header

Definition at line 1176 of file NtMapViewOfSection.c.

◆ rsrc_data

BYTE _SECTION_CONTENTS_IMAGE_FILE::rsrc_data[0x400]

Definition at line 1182 of file NtMapViewOfSection.c.

◆ rsrc_header

IMAGE_SECTION_HEADER _SECTION_CONTENTS_IMAGE_FILE::rsrc_header

Definition at line 1177 of file NtMapViewOfSection.c.

◆ stub

WORD _SECTION_CONTENTS_IMAGE_FILE::stub[32]

Definition at line 1173 of file NtMapViewOfSection.c.

◆ text_data

BYTE _SECTION_CONTENTS_IMAGE_FILE::text_data[0x400]

Definition at line 1180 of file NtMapViewOfSection.c.

◆ text_header

IMAGE_SECTION_HEADER _SECTION_CONTENTS_IMAGE_FILE::text_header

Definition at line 1175 of file NtMapViewOfSection.c.


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