Docs » Autodocs » graphics.library » FindDisplayInfo
FindDisplayInfo -- search for a record identified by a specific key (V36)
handle = FindDisplayInfo(ID) D0 D0 DisplayInfoHandle FindDisplayInfo(ULONG);
Given a 32-bit Mode Key, return a handle to a valid DisplayInfoRecord found in the graphics database. Using this handle, you can obtain information about this Mode, including its default dimensions, properties, and whether it is currently available for use.
ID - unsigned long identifier
handle - handle to a displayinfo Record with that key or NULL if no match.
<graphics/displayinfo.h>
|