D3DDISPLAYMODEFILTER structure
Specifies types of display modes to filter out.
Syntax
typedef struct {
UINT Size;
D3DFORMAT Format;
D3DSCANLINEORDERING ScanLineOrdering;
} D3DDISPLAYMODEFILTER;
Members
-
Size
-
Type: UINT
-
The size of this structure. This should always be set to sizeof(D3DDISPLAYMODEFILTER).
-
Format
-
Type: D3DFORMAT
-
The display mode format to filter out. See D3DFORMAT.
-
ScanLineOrdering
-
Type: D3DSCANLINEORDERING
-
Whether the scanline ordering is interlaced or progressive. See D3DSCANLINEORDERING.
Requirements
Requirement | Value |
---|---|
Header |
|
See also