Description:
Select_Display_Resolutions can be used by an action routine to ask a user which display resolutions are desired as a result of this installation.
#include <os2.h>
HWND hWnd;
PSCREENRESOLUTION resolutions;
ULONG num_resolutions;
BOOL fmultiple;
ULONG rc; /* Return codes. */
rc = Select_Display_Resolutions(hWnd,
resolutions, num_resolutions, fmultiple);