ReactOS 0.4.16-dev-1946-g52006dd
_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 351 of file pecoff.h.

Member Data Documentation

◆ 

union { ... } _IMAGE_RELOCATION::@2474

◆ 

_ANONYMOUS_UNION union { ... } _IMAGE_RELOCATION::DUMMYUNIONNAME

◆ RelocCount

DWORD _IMAGE_RELOCATION::RelocCount

Definition at line 354 of file pecoff.h.

◆ SymbolTableIndex

DWORD _IMAGE_RELOCATION::SymbolTableIndex

Definition at line 356 of file pecoff.h.

◆ Type

WORD _IMAGE_RELOCATION::Type

Definition at line 357 of file pecoff.h.

◆ VirtualAddress

DWORD _IMAGE_RELOCATION::VirtualAddress

Definition at line 353 of file pecoff.h.


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