#[repr(C)]pub struct IMAGE_LOAD_CONFIG_DIRECTORY32 {Show 48 fields
pub Size: u32,
pub TimeDateStamp: u32,
pub MajorVersion: u16,
pub MinorVersion: u16,
pub GlobalFlagsClear: u32,
pub GlobalFlagsSet: u32,
pub CriticalSectionDefaultTimeout: u32,
pub DeCommitFreeBlockThreshold: u32,
pub DeCommitTotalFreeThreshold: u32,
pub LockPrefixTable: u32,
pub MaximumAllocationSize: u32,
pub VirtualMemoryThreshold: u32,
pub ProcessHeapFlags: u32,
pub ProcessAffinityMask: u32,
pub CSDVersion: u16,
pub DependentLoadFlags: u16,
pub EditList: u32,
pub SecurityCookie: u32,
pub SEHandlerTable: u32,
pub SEHandlerCount: u32,
pub GuardCFCheckFunctionPointer: u32,
pub GuardCFDispatchFunctionPointer: u32,
pub GuardCFFunctionTable: u32,
pub GuardCFFunctionCount: u32,
pub GuardFlags: u32,
pub CodeIntegrity: IMAGE_LOAD_CONFIG_CODE_INTEGRITY,
pub GuardAddressTakenIatEntryTable: u32,
pub GuardAddressTakenIatEntryCount: u32,
pub GuardLongJumpTargetTable: u32,
pub GuardLongJumpTargetCount: u32,
pub DynamicValueRelocTable: u32,
pub CHPEMetadataPointer: u32,
pub GuardRFFailureRoutine: u32,
pub GuardRFFailureRoutineFunctionPointer: u32,
pub DynamicValueRelocTableOffset: u32,
pub DynamicValueRelocTableSection: u16,
pub Reserved2: u16,
pub GuardRFVerifyStackPointerFunctionPointer: u32,
pub HotPatchTableOffset: u32,
pub Reserved3: u32,
pub EnclaveConfigurationPointer: u32,
pub VolatileMetadataPointer: u32,
pub GuardEHContinuationTable: u32,
pub GuardEHContinuationCount: u32,
pub GuardXFGCheckFunctionPointer: u32,
pub GuardXFGDispatchFunctionPointer: u32,
pub GuardXFGTableDispatchFunctionPointer: u32,
pub CastGuardOsDeterminedFailureMode: u32,
}Expand description
Required features: ‘Win32_System_Diagnostics_Debug’
Fields
Size: u32TimeDateStamp: u32MajorVersion: u16MinorVersion: u16GlobalFlagsClear: u32GlobalFlagsSet: u32CriticalSectionDefaultTimeout: u32DeCommitFreeBlockThreshold: u32DeCommitTotalFreeThreshold: u32LockPrefixTable: u32MaximumAllocationSize: u32VirtualMemoryThreshold: u32ProcessHeapFlags: u32ProcessAffinityMask: u32CSDVersion: u16DependentLoadFlags: u16EditList: u32SecurityCookie: u32SEHandlerTable: u32SEHandlerCount: u32GuardCFCheckFunctionPointer: u32GuardCFDispatchFunctionPointer: u32GuardCFFunctionTable: u32GuardCFFunctionCount: u32GuardFlags: u32CodeIntegrity: IMAGE_LOAD_CONFIG_CODE_INTEGRITYGuardAddressTakenIatEntryTable: u32GuardAddressTakenIatEntryCount: u32GuardLongJumpTargetTable: u32GuardLongJumpTargetCount: u32DynamicValueRelocTable: u32CHPEMetadataPointer: u32GuardRFFailureRoutine: u32GuardRFFailureRoutineFunctionPointer: u32DynamicValueRelocTableOffset: u32DynamicValueRelocTableSection: u16Reserved2: u16GuardRFVerifyStackPointerFunctionPointer: u32HotPatchTableOffset: u32Reserved3: u32EnclaveConfigurationPointer: u32VolatileMetadataPointer: u32GuardEHContinuationTable: u32GuardEHContinuationCount: u32GuardXFGCheckFunctionPointer: u32GuardXFGDispatchFunctionPointer: u32GuardXFGTableDispatchFunctionPointer: u32CastGuardOsDeterminedFailureMode: u32