// wdm.h
typedef struct _IMAGE_POLICY_ENTRY {
IMAGE_POLICY_ENTRY_TYPE Type;
IMAGE_POLICY_ID PolicyId;
union {
const VOID *None;
BOOLEAN BoolValue;
INT8 Int8Value;
UINT8 UInt8Value;
INT16 Int16Value;
UINT16 UInt16Value;
INT32 Int32Value;
UINT32 UInt32Value;
INT64 Int64Value;
UINT64 UInt64Value;
PCSTR AnsiStringValue;
PCWSTR UnicodeStringValue;
} u;
} IMAGE_POLICY_ENTRY;
View the official Windows Driver Kit DDI referenceNo description available.
This structure is not supported.
TypePolicyIduu.Noneu.BoolValueu.Int8Valueu.UInt8Valueu.Int16Valueu.UInt16Valueu.Int32Valueu.UInt32Valueu.Int64Valueu.UInt64Valueu.AnsiStringValueu.UnicodeStringValue