DXGK_CREATECPUEVENTFLAGS - NtDoc

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

typedef struct _DXGK_CREATECPUEVENTFLAGS {
  union {
    struct {
      UINT Reserved : 32;
    };
    UINT Value;
  };
} DXGK_CREATECPUEVENTFLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgk_createcpueventflags)

Description

The DXGK_CREATECPUEVENTFLAGS structure is reserved for future use.

Members

Reserved

Reserved; do not use.

Value

An alternative way to access the flag values.

Remarks

See also

DXGKARG_CREATECPUEVENT