ReactOS 0.4.15-dev-7953-g1f49173
_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 1492 of file NtMapViewOfSection.c.

Member Data Documentation

◆ bss_header

IMAGE_SECTION_HEADER _RAW_SIZE_IMAGE_FILE::bss_header

Definition at line 1501 of file NtMapViewOfSection.c.

◆ data_data

BYTE _RAW_SIZE_IMAGE_FILE::data_data[0x1200]

Definition at line 1504 of file NtMapViewOfSection.c.

◆ data_header

IMAGE_SECTION_HEADER _RAW_SIZE_IMAGE_FILE::data_header

Definition at line 1498 of file NtMapViewOfSection.c.

◆ doshdr

IMAGE_DOS_HEADER _RAW_SIZE_IMAGE_FILE::doshdr

Definition at line 1494 of file NtMapViewOfSection.c.

◆ nthdrs

IMAGE_NT_HEADERS32 _RAW_SIZE_IMAGE_FILE::nthdrs

Definition at line 1496 of file NtMapViewOfSection.c.

◆ pad

BYTE _RAW_SIZE_IMAGE_FILE::pad[448]

Definition at line 1502 of file NtMapViewOfSection.c.

◆ rsrc_data

BYTE _RAW_SIZE_IMAGE_FILE::rsrc_data[0x400]

Definition at line 1505 of file NtMapViewOfSection.c.

◆ rsrc_header

IMAGE_SECTION_HEADER _RAW_SIZE_IMAGE_FILE::rsrc_header

Definition at line 1500 of file NtMapViewOfSection.c.

◆ stub

WORD _RAW_SIZE_IMAGE_FILE::stub[32]

Definition at line 1495 of file NtMapViewOfSection.c.

◆ text_data

BYTE _RAW_SIZE_IMAGE_FILE::text_data[0x1200]

Definition at line 1503 of file NtMapViewOfSection.c.

◆ text_header

IMAGE_SECTION_HEADER _RAW_SIZE_IMAGE_FILE::text_header

Definition at line 1497 of file NtMapViewOfSection.c.

◆ zdata_header

IMAGE_SECTION_HEADER _RAW_SIZE_IMAGE_FILE::zdata_header

Definition at line 1499 of file NtMapViewOfSection.c.


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