D3DKMT_VIDPNSOURCEOWNER_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_VIDPNSOURCEOWNER_FLAGS {
  union {
    struct {
      UINT AllowOutputDuplication : 1;
      UINT DisableDWMVirtualMode : 1;
      UINT UseNtHandles : 1;
      UINT Reserved : 29;
    };
    UINT Value;
  };
} D3DKMT_VIDPNSOURCEOWNER_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_VIDPNSOURCEOWNER_FLAGS structure

Description

Specifies output duplication options for use with the D3DKMTSetVidPnSourceOwner1 function.

Members

AllowOutputDuplication

If a value of one, the video present network (VidPN) explicitly allows output duplication. Otherwise output duplication is not allowed.

DisableDWMVirtualMode

UseNtHandles

Reserved

Reserved for internal use.

Value

Specifies the number of output duplication paths on the VidPN.

See also

D3DKMTSetVidPnSourceOwner1