resolutions (PSCREENRESOLUTION) - input
struct resolutions_struct
{
UCHAR resolution_string[40]; /* String to go in multiple selection list box. */
USHORT selected; /* Flag set by the service function. */
/* If 0, this resolution was not selected, */
/* if 1, this resolution was selected. */
};