// d3dkmthk.h
typedef struct _D3DKMT_OUTPUTDUPLCREATIONFLAGS {
union {
struct {
UINT CompositionUiCaptureOnly : 1;
UINT Reserved : 31;
};
UINT Value;
};
} D3DKMT_OUTPUTDUPLCREATIONFLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The output creation flags.
CompositionUiCaptureOnlyThe composition UI capture.
ReservedReserved for internal use.
ValueThe value used to operate over the other members.