ReactOS 0.4.15-dev-7953-g1f49173
_IMAGE_SEPARATE_DEBUG_HEADER Struct Reference

#include <compat.h>

Public Attributes

WORD Signature
 
WORD Flags
 
WORD Machine
 
WORD Characteristics
 
DWORD TimeDateStamp
 
DWORD CheckSum
 
DWORD ImageBase
 
DWORD SizeOfImage
 
DWORD NumberOfSections
 
DWORD ExportedNamesSize
 
DWORD DebugDirectorySize
 
DWORD SectionAlignment
 
DWORD Reserved [2]
 

Detailed Description

Definition at line 176 of file compat.h.

Member Data Documentation

◆ Characteristics

WORD _IMAGE_SEPARATE_DEBUG_HEADER::Characteristics

Definition at line 180 of file compat.h.

◆ CheckSum

DWORD _IMAGE_SEPARATE_DEBUG_HEADER::CheckSum

Definition at line 182 of file compat.h.

◆ DebugDirectorySize

DWORD _IMAGE_SEPARATE_DEBUG_HEADER::DebugDirectorySize

Definition at line 187 of file compat.h.

◆ ExportedNamesSize

DWORD _IMAGE_SEPARATE_DEBUG_HEADER::ExportedNamesSize

Definition at line 186 of file compat.h.

◆ Flags

WORD _IMAGE_SEPARATE_DEBUG_HEADER::Flags

Definition at line 178 of file compat.h.

◆ ImageBase

DWORD _IMAGE_SEPARATE_DEBUG_HEADER::ImageBase

Definition at line 183 of file compat.h.

◆ Machine

WORD _IMAGE_SEPARATE_DEBUG_HEADER::Machine

Definition at line 179 of file compat.h.

◆ NumberOfSections

DWORD _IMAGE_SEPARATE_DEBUG_HEADER::NumberOfSections

Definition at line 185 of file compat.h.

◆ Reserved

DWORD _IMAGE_SEPARATE_DEBUG_HEADER::Reserved

Definition at line 189 of file compat.h.

◆ SectionAlignment

DWORD _IMAGE_SEPARATE_DEBUG_HEADER::SectionAlignment

Definition at line 188 of file compat.h.

◆ Signature

WORD _IMAGE_SEPARATE_DEBUG_HEADER::Signature

Definition at line 177 of file compat.h.

Referenced by IsDebugFile().

◆ SizeOfImage

DWORD _IMAGE_SEPARATE_DEBUG_HEADER::SizeOfImage

Definition at line 184 of file compat.h.

◆ TimeDateStamp

DWORD _IMAGE_SEPARATE_DEBUG_HEADER::TimeDateStamp

Definition at line 181 of file compat.h.


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