D3DKMT_SETDISPLAYMODE_FLAGS - NtDoc

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

typedef struct _D3DKMT_SETDISPLAYMODE_FLAGS {
  [in] BOOLEAN PreserveVidPn : 1;
  [in] UINT    Reserved : 31;
} D3DKMT_SETDISPLAYMODE_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_SETDISPLAYMODE_FLAGS structure

Description

The D3DKMT_SETDISPLAYMODE_FLAGS structure identifies attributes for setting the display mode.

Members

PreserveVidPn [in]

A Boolean value that specifies whether the video present network (VidPN) for a monitor is preserved.

Reserved [in]

This member is reserved and should be set to zero.

Remarks

To set attributes of the display mode, you specify bitfields of the D3DKMT_SETDISPLAYMODE_FLAGS structure in the Flags member of the D3DKMT_SETDISPLAYMODE structure.

See also

D3DKMT_SETDISPLAYMODE