Microsoft DirectX 9.0

DDMODEDESC Structure

This structure is returned to the EnumModes enumeration method to describe the mode that can be created including the monitor frequency and monitor configuration flags.

typedef struct {
DWORD        dwSize;
DWORD        dwFlags;
DWORD        dwMonitorFrequency;
DDSURFACEDESC    dsdSurfaceDesc;

} DDMODEDESC, FAR* LPDDMODEDESC;

Members

dwSize

Size of the structure.  Must be initialized before use.

dwFlags

Enumeration flags.

dwMonitorFrequency

Frequency of the monitor in this mode.

dsdSurfaceDesc

Surface description.

See Also