PROCESS_MITIGATION_ACTIVATION_CONTEXT_TRUST_POLICY structure (ntddk.h)

Describes the PROCESS_MITIGATION_ACTIVATION_CONTEXT_TRUST_POLICY structure.

Syntax

typedef struct _PROCESS_MITIGATION_ACTIVATION_CONTEXT_TRUST_POLICY {
  union {
    ULONG Flags;
    struct {
      ULONG AssemblyManifestRedirectionTrust : 1;
      ULONG ReservedFlags : 31;
    } DUMMYSTRUCTNAME;
  } DUMMYUNIONNAME;
} PROCESS_MITIGATION_ACTIVATION_CONTEXT_TRUST_POLICY, *PPROCESS_MITIGATION_ACTIVATION_CONTEXT_TRUST_POLICY;

Members

DUMMYUNIONNAME

Defines the DUMMYUNIONNAME union.

DUMMYUNIONNAME.Flags

Defines the ULONG member Flags.

DUMMYUNIONNAME.DUMMYSTRUCTNAME

Defines the DUMMYSTRUCTNAME structure.

DUMMYUNIONNAME.DUMMYSTRUCTNAME.AssemblyManifestRedirectionTrust

Defines the ULONG member AssemblyManifestRedirectionTrust.

DUMMYUNIONNAME.DUMMYSTRUCTNAME.ReservedFlags

Reserved for future use.

Requirements

Requirement Value
Minimum supported client Windows 11, version 23H2
Header ntddk.h (include Ntddk.h)