IMAGE_POLICY_ENTRY-Struktur (wdm.h)

Diese Struktur wird nicht unterstützt.

Syntax

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;

Member

Type

PolicyId

u

u.None

u.BoolValue

u.Int8Value

u.UInt8Value

u.Int16Value

u.UInt16Value

u.Int32Value

u.UInt32Value

u.Int64Value

u.UInt64Value

u.AnsiStringValue

u.UnicodeStringValue

Anforderungen

Anforderung Wert
Header wdm.h