Platform SDK: DirectX

CONST_DDSDMFLAGS

The CONST_DDSDMFLAGS enumeration is used in the flags parameter of the DirectDraw7.SetDisplayMode method to set the mode of the display-device hardware.

Enum CONST_DDSDMFLAGS
    DDSDM_DEFAULT = 0
    DDSDM_STANDARDVGAMODE = 1
End Enum
DDSDM_DEFAULT
Sets the mode without substituting Mode 13 for Mode X.
DDSDM_STANDARDVGAMODE
Causes the method to set Mode 13, instead of Mode X 320x200x8 mode. If you are setting another resolution, bit depth, or a Mode X mode, do not use this flag, and set the parameter to 0.