ReactOS 0.4.15-dev-7953-g1f49173
_IMAGE_RELOCATION Struct Reference

#include <pecoff.h>

Public Attributes

union {
   DWORD   VirtualAddress
 
   DWORD   RelocCount
 
}; 
 
DWORD SymbolTableIndex
 
WORD Type
 
union {
   DWORD   VirtualAddress
 
   DWORD   RelocCount
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 231 of file pecoff.h.

Member Data Documentation

◆ 

union { ... } _IMAGE_RELOCATION::@2290

◆ 

_ANONYMOUS_UNION union { ... } _IMAGE_RELOCATION::DUMMYUNIONNAME

◆ RelocCount

DWORD _IMAGE_RELOCATION::RelocCount

Definition at line 234 of file pecoff.h.

◆ SymbolTableIndex

DWORD _IMAGE_RELOCATION::SymbolTableIndex

Definition at line 236 of file pecoff.h.

◆ Type

WORD _IMAGE_RELOCATION::Type

Definition at line 237 of file pecoff.h.

◆ VirtualAddress

DWORD _IMAGE_RELOCATION::VirtualAddress

Definition at line 233 of file pecoff.h.


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