libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
Public Attributes | List of all members
peconv::_IMAGE_LOAD_CONFIG_DIR32_W7 Struct Reference

#include <load_config_defs.h>

Public Attributes

DWORD Size
 
DWORD TimeDateStamp
 
WORD MajorVersion
 
WORD MinorVersion
 
DWORD GlobalFlagsClear
 
DWORD GlobalFlagsSet
 
DWORD CriticalSectionDefaultTimeout
 
DWORD DeCommitFreeBlockThreshold
 
DWORD DeCommitTotalFreeThreshold
 
DWORD LockPrefixTable
 
DWORD MaximumAllocationSize
 
DWORD VirtualMemoryThreshold
 
DWORD ProcessHeapFlags
 
DWORD ProcessAffinityMask
 
WORD CSDVersion
 
WORD DependentLoadFlags
 
DWORD EditList
 
DWORD SecurityCookie
 
DWORD SEHandlerTable
 
DWORD SEHandlerCount
 

Detailed Description

IMAGE_LOAD_CONFIG_DIR32: the Windows 7 version.

Definition at line 183 of file load_config_defs.h.

Member Data Documentation

◆ CriticalSectionDefaultTimeout

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::CriticalSectionDefaultTimeout

Definition at line 190 of file load_config_defs.h.

◆ CSDVersion

WORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::CSDVersion

Definition at line 198 of file load_config_defs.h.

◆ DeCommitFreeBlockThreshold

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::DeCommitFreeBlockThreshold

Definition at line 191 of file load_config_defs.h.

◆ DeCommitTotalFreeThreshold

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::DeCommitTotalFreeThreshold

Definition at line 192 of file load_config_defs.h.

◆ DependentLoadFlags

WORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::DependentLoadFlags

Definition at line 199 of file load_config_defs.h.

◆ EditList

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::EditList

Definition at line 200 of file load_config_defs.h.

◆ GlobalFlagsClear

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::GlobalFlagsClear

Definition at line 188 of file load_config_defs.h.

◆ GlobalFlagsSet

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::GlobalFlagsSet

Definition at line 189 of file load_config_defs.h.

◆ LockPrefixTable

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::LockPrefixTable

Definition at line 193 of file load_config_defs.h.

◆ MajorVersion

WORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::MajorVersion

Definition at line 186 of file load_config_defs.h.

◆ MaximumAllocationSize

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::MaximumAllocationSize

Definition at line 194 of file load_config_defs.h.

◆ MinorVersion

WORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::MinorVersion

Definition at line 187 of file load_config_defs.h.

◆ ProcessAffinityMask

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::ProcessAffinityMask

Definition at line 197 of file load_config_defs.h.

◆ ProcessHeapFlags

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::ProcessHeapFlags

Definition at line 196 of file load_config_defs.h.

◆ SecurityCookie

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::SecurityCookie

Definition at line 201 of file load_config_defs.h.

◆ SEHandlerCount

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::SEHandlerCount

Definition at line 203 of file load_config_defs.h.

◆ SEHandlerTable

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::SEHandlerTable

Definition at line 202 of file load_config_defs.h.

◆ Size

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::Size

Definition at line 184 of file load_config_defs.h.

◆ TimeDateStamp

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::TimeDateStamp

Definition at line 185 of file load_config_defs.h.

◆ VirtualMemoryThreshold

DWORD peconv::_IMAGE_LOAD_CONFIG_DIR32_W7::VirtualMemoryThreshold

Definition at line 195 of file load_config_defs.h.


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