D3DKMT_OUTPUTDUPLCREATIONFLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_outputduplcreationflags)

_D3DKMT_OUTPUTDUPLCREATIONFLAGS structure

Description

The output creation flags.

Members

CompositionUiCaptureOnly

The composition UI capture.

Reserved

Reserved for internal use.

Value

The value used to operate over the other members.

Remarks

See also