ReactOS 0.4.16-dev-597-gdbf7844
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 3318 of file winnt_old.h.

Member Data Documentation

◆ cb

DWORD IMAGE_COR20_HEADER::cb

Definition at line 3319 of file winnt_old.h.

Referenced by test_Loader().

◆ CodeManagerTable

IMAGE_DATA_DIRECTORY IMAGE_COR20_HEADER::CodeManagerTable

Definition at line 3330 of file winnt_old.h.

◆ 

_ANONYMOUS_UNION union { ... } IMAGE_COR20_HEADER::DUMMYUNIONNAME

◆ EntryPointRVA

DWORD IMAGE_COR20_HEADER::EntryPointRVA

Definition at line 3326 of file winnt_old.h.

◆ EntryPointToken

DWORD IMAGE_COR20_HEADER::EntryPointToken

Definition at line 3325 of file winnt_old.h.

◆ ExportAddressTableJumps

IMAGE_DATA_DIRECTORY IMAGE_COR20_HEADER::ExportAddressTableJumps

Definition at line 3332 of file winnt_old.h.

◆ Flags

DWORD IMAGE_COR20_HEADER::Flags

Definition at line 3323 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 3320 of file winnt_old.h.

Referenced by query_image_section(), and test_Loader().

◆ ManagedNativeHeader

IMAGE_DATA_DIRECTORY IMAGE_COR20_HEADER::ManagedNativeHeader

Definition at line 3333 of file winnt_old.h.

◆ MetaData

IMAGE_DATA_DIRECTORY IMAGE_COR20_HEADER::MetaData

Definition at line 3322 of file winnt_old.h.

◆ MinorRuntimeVersion

WORD IMAGE_COR20_HEADER::MinorRuntimeVersion

Definition at line 3321 of file winnt_old.h.

Referenced by query_image_section(), and test_Loader().

◆ Resources

IMAGE_DATA_DIRECTORY IMAGE_COR20_HEADER::Resources

Definition at line 3328 of file winnt_old.h.

◆ StrongNameSignature

IMAGE_DATA_DIRECTORY IMAGE_COR20_HEADER::StrongNameSignature

Definition at line 3329 of file winnt_old.h.

◆ VTableFixups

IMAGE_DATA_DIRECTORY IMAGE_COR20_HEADER::VTableFixups

Definition at line 3331 of file winnt_old.h.


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