ReactOS 0.4.15-dev-7942-gd23573b
IMAGE_LOAD_CONFIG_DIRECTORY32 Struct Reference

#include <ntimage.h>

Public Attributes

ULONG Size
 
ULONG TimeDateStamp
 
USHORT MajorVersion
 
USHORT MinorVersion
 
ULONG GlobalFlagsClear
 
ULONG GlobalFlagsSet
 
ULONG CriticalSectionDefaultTimeout
 
ULONG DeCommitFreeBlockThreshold
 
ULONG DeCommitTotalFreeThreshold
 
ULONG LockPrefixTable
 
ULONG MaximumAllocationSize
 
ULONG VirtualMemoryThreshold
 
ULONG ProcessHeapFlags
 
ULONG ProcessAffinityMask
 
USHORT CSDVersion
 
USHORT Reserved1
 
ULONG EditList
 
ULONG SecurityCookie
 
ULONG SEHandlerTable
 
ULONG SEHandlerCount
 

Detailed Description

Definition at line 105 of file ntimage.h.

Member Data Documentation

◆ CriticalSectionDefaultTimeout

ULONG IMAGE_LOAD_CONFIG_DIRECTORY32::CriticalSectionDefaultTimeout

Definition at line 112 of file ntimage.h.

◆ CSDVersion

USHORT IMAGE_LOAD_CONFIG_DIRECTORY32::CSDVersion

Definition at line 120 of file ntimage.h.

Referenced by MmCreatePeb().

◆ DeCommitFreeBlockThreshold

ULONG IMAGE_LOAD_CONFIG_DIRECTORY32::DeCommitFreeBlockThreshold

Definition at line 113 of file ntimage.h.

◆ DeCommitTotalFreeThreshold

ULONG IMAGE_LOAD_CONFIG_DIRECTORY32::DeCommitTotalFreeThreshold

Definition at line 114 of file ntimage.h.

◆ EditList

ULONG IMAGE_LOAD_CONFIG_DIRECTORY32::EditList

Definition at line 122 of file ntimage.h.

◆ GlobalFlagsClear

ULONG IMAGE_LOAD_CONFIG_DIRECTORY32::GlobalFlagsClear

Definition at line 110 of file ntimage.h.

◆ GlobalFlagsSet

ULONG IMAGE_LOAD_CONFIG_DIRECTORY32::GlobalFlagsSet

Definition at line 111 of file ntimage.h.

◆ LockPrefixTable

ULONG IMAGE_LOAD_CONFIG_DIRECTORY32::LockPrefixTable

Definition at line 115 of file ntimage.h.

◆ MajorVersion

USHORT IMAGE_LOAD_CONFIG_DIRECTORY32::MajorVersion

Definition at line 108 of file ntimage.h.

◆ MaximumAllocationSize

ULONG IMAGE_LOAD_CONFIG_DIRECTORY32::MaximumAllocationSize

Definition at line 116 of file ntimage.h.

◆ MinorVersion

USHORT IMAGE_LOAD_CONFIG_DIRECTORY32::MinorVersion

Definition at line 109 of file ntimage.h.

◆ ProcessAffinityMask

ULONG IMAGE_LOAD_CONFIG_DIRECTORY32::ProcessAffinityMask

Definition at line 119 of file ntimage.h.

Referenced by MmCreatePeb().

◆ ProcessHeapFlags

ULONG IMAGE_LOAD_CONFIG_DIRECTORY32::ProcessHeapFlags

Definition at line 118 of file ntimage.h.

◆ Reserved1

USHORT IMAGE_LOAD_CONFIG_DIRECTORY32::Reserved1

Definition at line 121 of file ntimage.h.

◆ SecurityCookie

ULONG IMAGE_LOAD_CONFIG_DIRECTORY32::SecurityCookie

◆ SEHandlerCount

ULONG IMAGE_LOAD_CONFIG_DIRECTORY32::SEHandlerCount

Definition at line 125 of file ntimage.h.

◆ SEHandlerTable

ULONG IMAGE_LOAD_CONFIG_DIRECTORY32::SEHandlerTable

Definition at line 124 of file ntimage.h.

◆ Size

ULONG IMAGE_LOAD_CONFIG_DIRECTORY32::Size

Definition at line 106 of file ntimage.h.

Referenced by LdrpFetchAddressOfSecurityCookie().

◆ TimeDateStamp

ULONG IMAGE_LOAD_CONFIG_DIRECTORY32::TimeDateStamp

Definition at line 107 of file ntimage.h.

◆ VirtualMemoryThreshold

ULONG IMAGE_LOAD_CONFIG_DIRECTORY32::VirtualMemoryThreshold

Definition at line 117 of file ntimage.h.


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