D3DKMT_PLANE_SPECIFIC_INPUT_FLAGS structure (d3dkmthk.h)
Plane-specific input flags.
Syntax
typedef struct _D3DKMT_PLANE_SPECIFIC_INPUT_FLAGS {
union {
struct {
UINT Enabled : 1;
UINT Reserved : 31;
};
UINT Value;
};
} D3DKMT_PLANE_SPECIFIC_INPUT_FLAGS;
Members
Enabled
Enabled.
Reserved
Reserved for internal use.
Value
The value used to operate over the other members.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |