Show / Hide Table of Contents

Struct IMAGE_LOAD_CONFIG_CODE_INTEGRITY

https://github.com/dahall/Vanara/blob/3da05fe4d87bc5de96527fad5c9b7e6058690deb/PInvoke/DbgHelp/WinNT.cs#L1013 Undocumented

Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public struct IMAGE_LOAD_CONFIG_CODE_INTEGRITY

Fields

| Improve this Doc View Source

Catalog

0xFFFF means not available

Declaration
public ushort Catalog
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

CatalogOffset

Declaration
public uint CatalogOffset
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

Flags

Flags to indicate if CI information is available, etc.

Declaration
public ushort Flags
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

Reserved

Additional bitmask to be defined later

Declaration
public uint Reserved
Field Value
Type Description
System.UInt32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX