pScreenResolution (PSCREENRESOLUTION) - input
pcbScreenResolution (PULONG) - input
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;
fSuccess (ULONG) - returns
On completion, this installation routine must return BOOLEAN (fSuccess).
TRUE