SCREENRESCOUNT: Difference between revisions
Appearance
Created page with "Output from OS2_PM_DRV_QUERYSCREENRESOLUTIONS is returned in this structure. ==Example Code== <PRE> typedef struct _SCREENRESCOUNT { ULONG maxcount; /* Tota..." |
(No difference)
|
Latest revision as of 17:54, 8 February 2020
Output from OS2_PM_DRV_QUERYSCREENRESOLUTIONS is returned in this structure.
Example Code
typedef struct _SCREENRESCOUNT { ULONG maxcount; /* Total number of screen resolutions supported. */ ULONG count; /* Number of SCREENRESOLUTION structures returned. */ ULONG res_struct_length; /* Length of a SCREENRESOLUTION data structure, in bytes. */ } SCREENRESCOUNT; typedef SCREENRESCOUNT *PSCREENRESCOUNT;