D3DKMT_SETDISPLAYMODE_FLAGS structure (d3dkmthk.h)
The D3DKMT_SETDISPLAYMODE_FLAGS structure identifies attributes for setting the display mode.
Syntax
typedef struct _D3DKMT_SETDISPLAYMODE_FLAGS {
[in] BOOLEAN PreserveVidPn : 1;
[in] UINT Reserved : 31;
} D3DKMT_SETDISPLAYMODE_FLAGS;
Members
[in] PreserveVidPn
A Boolean value that specifies whether the video present network (VidPN) for a monitor is preserved.
[in] Reserved
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | D3DKMT_SETDISPLAYMODE_FLAGS is supported beginning with the Windows 7 operating system. |
Header | d3dkmthk.h (include D3dkmthk.h) |