// d3dkmddi.h
typedef struct _DXGK_CREATECPUEVENTFLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} DXGK_CREATECPUEVENTFLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGK_CREATECPUEVENTFLAGS structure is reserved for future use.
ReservedReserved; do not use.
ValueAn alternative way to access the flag values.