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

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

Fields

Size: DWORDTimeDateStamp: DWORDMajorVersion: WORDMinorVersion: WORDGlobalFlagsClear: DWORDGlobalFlagsSet: DWORDCriticalSectionDefaultTimeout: DWORDDeCommitFreeBlockThreshold: DWORDDeCommitTotalFreeThreshold: DWORDLockPrefixTable: DWORDMaximumAllocationSize: DWORDVirtualMemoryThreshold: DWORDProcessHeapFlags: DWORDProcessAffinityMask: DWORDCSDVersion: WORDDependentLoadFlags: WORDEditList: DWORDSecurityCookie: DWORDSEHandlerTable: DWORDSEHandlerCount: DWORDGuardCFCheckFunctionPointer: DWORDGuardCFDispatchFunctionPointer: DWORDGuardCFFunctionTable: DWORDGuardCFFunctionCount: DWORDGuardFlags: DWORDCodeIntegrity: IMAGE_LOAD_CONFIG_CODE_INTEGRITYGuardAddressTakenIatEntryTable: DWORDGuardAddressTakenIatEntryCount: DWORDGuardLongJumpTargetTable: DWORDGuardLongJumpTargetCount: DWORDDynamicValueRelocTable: DWORDCHPEMetadataPointer: DWORDGuardRFFailureRoutine: DWORDGuardRFFailureRoutineFunctionPointer: DWORDDynamicValueRelocTableOffset: DWORDDynamicValueRelocTableSection: WORDReserved2: WORDGuardRFVerifyStackPointerFunctionPointer: DWORDHotPatchTableOffset: DWORDReserved3: DWORDEnclaveConfigurationPointer: DWORD

Trait Implementations

impl Clone for IMAGE_LOAD_CONFIG_DIRECTORY32[src]

impl Copy for IMAGE_LOAD_CONFIG_DIRECTORY32[src]

impl Default for IMAGE_LOAD_CONFIG_DIRECTORY32[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.