ReactOS 0.4.15-dev-7934-g1dc8d80
IMAGE_COR20_HEADER Struct Reference

#include <winnt_old.h>

Collaboration diagram for IMAGE_COR20_HEADER:

Public Attributes

DWORD cb
 
WORD MajorRuntimeVersion
 
WORD MinorRuntimeVersion
 
IMAGE_DATA_DIRECTORY MetaData
 
DWORD Flags
 
union {
   DWORD   EntryPointToken
 
   DWORD   EntryPointRVA
 
DUMMYUNIONNAME
 
IMAGE_DATA_DIRECTORY Resources
 
IMAGE_DATA_DIRECTORY StrongNameSignature
 
IMAGE_DATA_DIRECTORY CodeManagerTable
 
IMAGE_DATA_DIRECTORY VTableFixups
 
IMAGE_DATA_DIRECTORY ExportAddressTableJumps
 
IMAGE_DATA_DIRECTORY ManagedNativeHeader
 

Detailed Description

Definition at line 3289 of file winnt_old.h.

Member Data Documentation

◆ cb

DWORD IMAGE_COR20_HEADER::cb

Definition at line 3290 of file winnt_old.h.

Referenced by test_Loader().

◆ CodeManagerTable

IMAGE_DATA_DIRECTORY IMAGE_COR20_HEADER::CodeManagerTable

Definition at line 3301 of file winnt_old.h.

◆ 

_ANONYMOUS_UNION union { ... } IMAGE_COR20_HEADER::DUMMYUNIONNAME

◆ EntryPointRVA

DWORD IMAGE_COR20_HEADER::EntryPointRVA

Definition at line 3297 of file winnt_old.h.

◆ EntryPointToken

DWORD IMAGE_COR20_HEADER::EntryPointToken

Definition at line 3296 of file winnt_old.h.

◆ ExportAddressTableJumps

IMAGE_DATA_DIRECTORY IMAGE_COR20_HEADER::ExportAddressTableJumps

Definition at line 3303 of file winnt_old.h.

◆ Flags

DWORD IMAGE_COR20_HEADER::Flags

Definition at line 3294 of file winnt_old.h.

Referenced by map_image_section(), query_image_section(), and test_Loader().

◆ MajorRuntimeVersion

WORD IMAGE_COR20_HEADER::MajorRuntimeVersion

Definition at line 3291 of file winnt_old.h.

Referenced by query_image_section(), and test_Loader().

◆ ManagedNativeHeader

IMAGE_DATA_DIRECTORY IMAGE_COR20_HEADER::ManagedNativeHeader

Definition at line 3304 of file winnt_old.h.

◆ MetaData

IMAGE_DATA_DIRECTORY IMAGE_COR20_HEADER::MetaData

Definition at line 3293 of file winnt_old.h.

◆ MinorRuntimeVersion

WORD IMAGE_COR20_HEADER::MinorRuntimeVersion

Definition at line 3292 of file winnt_old.h.

Referenced by query_image_section(), and test_Loader().

◆ Resources

IMAGE_DATA_DIRECTORY IMAGE_COR20_HEADER::Resources

Definition at line 3299 of file winnt_old.h.

◆ StrongNameSignature

IMAGE_DATA_DIRECTORY IMAGE_COR20_HEADER::StrongNameSignature

Definition at line 3300 of file winnt_old.h.

◆ VTableFixups

IMAGE_DATA_DIRECTORY IMAGE_COR20_HEADER::VTableFixups

Definition at line 3302 of file winnt_old.h.


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