Struct winapi::um::winnt::IMAGE_LOAD_CONFIG_DIRECTORY64[][src]

#[repr(C)]
pub struct IMAGE_LOAD_CONFIG_DIRECTORY64 {
Show 41 fields pub Size: DWORD, pub TimeDateStamp: DWORD, pub MajorVersion: WORD, pub MinorVersion: WORD, pub GlobalFlagsClear: DWORD, pub GlobalFlagsSet: DWORD, pub CriticalSectionDefaultTimeout: DWORD, pub DeCommitFreeBlockThreshold: ULONGLONG, pub DeCommitTotalFreeThreshold: ULONGLONG, pub LockPrefixTable: ULONGLONG, pub MaximumAllocationSize: ULONGLONG, pub VirtualMemoryThreshold: ULONGLONG, pub ProcessAffinityMask: ULONGLONG, pub ProcessHeapFlags: DWORD, pub CSDVersion: WORD, pub DependentLoadFlags: WORD, pub EditList: ULONGLONG, pub SecurityCookie: ULONGLONG, pub SEHandlerTable: ULONGLONG, pub SEHandlerCount: ULONGLONG, pub GuardCFCheckFunctionPointer: ULONGLONG, pub GuardCFDispatchFunctionPointer: ULONGLONG, pub GuardCFFunctionTable: ULONGLONG, pub GuardCFFunctionCount: ULONGLONG, pub GuardFlags: DWORD, pub CodeIntegrity: IMAGE_LOAD_CONFIG_CODE_INTEGRITY, pub GuardAddressTakenIatEntryTable: ULONGLONG, pub GuardAddressTakenIatEntryCount: ULONGLONG, pub GuardLongJumpTargetTable: ULONGLONG, pub GuardLongJumpTargetCount: ULONGLONG, pub DynamicValueRelocTable: ULONGLONG, pub CHPEMetadataPointer: ULONGLONG, pub GuardRFFailureRoutine: ULONGLONG, pub GuardRFFailureRoutineFunctionPointer: ULONGLONG, pub DynamicValueRelocTableOffset: DWORD, pub DynamicValueRelocTableSection: WORD, pub Reserved2: WORD, pub GuardRFVerifyStackPointerFunctionPointer: ULONGLONG, pub HotPatchTableOffset: DWORD, pub Reserved3: DWORD, pub EnclaveConfigurationPointer: ULONGLONG,
}

Fields

Size: DWORDTimeDateStamp: DWORDMajorVersion: WORDMinorVersion: WORDGlobalFlagsClear: DWORDGlobalFlagsSet: DWORDCriticalSectionDefaultTimeout: DWORDDeCommitFreeBlockThreshold: ULONGLONGDeCommitTotalFreeThreshold: ULONGLONGLockPrefixTable: ULONGLONGMaximumAllocationSize: ULONGLONGVirtualMemoryThreshold: ULONGLONGProcessAffinityMask: ULONGLONGProcessHeapFlags: DWORDCSDVersion: WORDDependentLoadFlags: WORDEditList: ULONGLONGSecurityCookie: ULONGLONGSEHandlerTable: ULONGLONGSEHandlerCount: ULONGLONGGuardCFCheckFunctionPointer: ULONGLONGGuardCFDispatchFunctionPointer: ULONGLONGGuardCFFunctionTable: ULONGLONGGuardCFFunctionCount: ULONGLONGGuardFlags: DWORDCodeIntegrity: IMAGE_LOAD_CONFIG_CODE_INTEGRITYGuardAddressTakenIatEntryTable: ULONGLONGGuardAddressTakenIatEntryCount: ULONGLONGGuardLongJumpTargetTable: ULONGLONGGuardLongJumpTargetCount: ULONGLONGDynamicValueRelocTable: ULONGLONGCHPEMetadataPointer: ULONGLONGGuardRFFailureRoutine: ULONGLONGGuardRFFailureRoutineFunctionPointer: ULONGLONGDynamicValueRelocTableOffset: DWORDDynamicValueRelocTableSection: WORDReserved2: WORDGuardRFVerifyStackPointerFunctionPointer: ULONGLONGHotPatchTableOffset: DWORDReserved3: DWORDEnclaveConfigurationPointer: ULONGLONG

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.