Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The output creation flags.
Syntax
typedef struct _D3DKMT_OUTPUTDUPLCREATIONFLAGS {
union {
struct {
UINT CompositionUiCaptureOnly : 1;
UINT Reserved : 31;
};
UINT Value;
};
} D3DKMT_OUTPUTDUPLCREATIONFLAGS;
Members
CompositionUiCaptureOnly
The composition UI capture.
Reserved
Reserved for internal use.
Value
The value used to operate over the other members.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |