flOptions (ULONG) - input
DSP_RESOLUTION_OBTAINABLE
typedef struct _SCREENRESOLUTION {
ULONG width; /* width of the device in pels */
ULONG height; /* height of the device in pels */
ULONG colors; /* number of colors supported in this mode */
ULONG planes; /* number of display planes in this mode */
ULONG flOptions /* identifies optional information for each resolution*/
} SCREENRESOLUTION;
typedef SCREENRESOLUTION *PSCREENRESOLUTION;