// d3dkmthk.h
typedef struct _D3DKMT_PLANE_SPECIFIC_INPUT_FLAGS {
union {
struct {
UINT Enabled : 1;
UINT Reserved : 31;
};
UINT Value;
};
} D3DKMT_PLANE_SPECIFIC_INPUT_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
Plane-specific input flags.
EnabledEnabled.
ReservedReserved for internal use.
ValueThe value used to operate over the other members.