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

Public Attributes

IMAGE_DOS_HEADER doshdr
 
WORD stub [32]
 
IMAGE_NT_HEADERS32 nthdrs
 
IMAGE_SECTION_HEADER text_header
 
IMAGE_SECTION_HEADER data_header
 
IMAGE_SECTION_HEADER zdata_header
 
IMAGE_SECTION_HEADER rsrc_header
 
IMAGE_SECTION_HEADER bss_header
 
BYTE pad [448]
 
BYTE text_data [0x1200]
 
BYTE data_data [0x1200]
 
BYTE rsrc_data [0x400]
 

Detailed Description

Definition at line 1537 of file NtMapViewOfSection.c.

Member Data Documentation

◆ bss_header

IMAGE_SECTION_HEADER _RAW_SIZE_IMAGE_FILE::bss_header

Definition at line 1546 of file NtMapViewOfSection.c.

◆ data_data

BYTE _RAW_SIZE_IMAGE_FILE::data_data[0x1200]

Definition at line 1549 of file NtMapViewOfSection.c.

◆ data_header

IMAGE_SECTION_HEADER _RAW_SIZE_IMAGE_FILE::data_header

Definition at line 1543 of file NtMapViewOfSection.c.

◆ doshdr

IMAGE_DOS_HEADER _RAW_SIZE_IMAGE_FILE::doshdr

Definition at line 1539 of file NtMapViewOfSection.c.

◆ nthdrs

IMAGE_NT_HEADERS32 _RAW_SIZE_IMAGE_FILE::nthdrs

Definition at line 1541 of file NtMapViewOfSection.c.

◆ pad

BYTE _RAW_SIZE_IMAGE_FILE::pad[448]

Definition at line 1547 of file NtMapViewOfSection.c.

◆ rsrc_data

BYTE _RAW_SIZE_IMAGE_FILE::rsrc_data[0x400]

Definition at line 1550 of file NtMapViewOfSection.c.

◆ rsrc_header

IMAGE_SECTION_HEADER _RAW_SIZE_IMAGE_FILE::rsrc_header

Definition at line 1545 of file NtMapViewOfSection.c.

◆ stub

WORD _RAW_SIZE_IMAGE_FILE::stub[32]

Definition at line 1540 of file NtMapViewOfSection.c.

◆ text_data

BYTE _RAW_SIZE_IMAGE_FILE::text_data[0x1200]

Definition at line 1548 of file NtMapViewOfSection.c.

◆ text_header

IMAGE_SECTION_HEADER _RAW_SIZE_IMAGE_FILE::text_header

Definition at line 1542 of file NtMapViewOfSection.c.

◆ zdata_header

IMAGE_SECTION_HEADER _RAW_SIZE_IMAGE_FILE::zdata_header

Definition at line 1544 of file NtMapViewOfSection.c.


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