IMAGE_POLICY_METADATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

typedef struct _IMAGE_POLICY_METADATA {
  UCHAR              Version;
  UCHAR              Reserved0[7];
  ULONGLONG          ApplicationId;
  IMAGE_POLICY_ENTRY Policies[];
} IMAGE_POLICY_METADATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-_image_policy_metadata)

_IMAGE_POLICY_METADATA structure

Description

This structure is not supported.

Members

Version

Reserved0

ApplicationId

Policies