Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 681 Bytes

FindDisplayInfo.md

File metadata and controls

35 lines (22 loc) · 681 Bytes

NAME

FindDisplayInfo -- search for a record identified by a specific key (V36)

SYNOPSIS

    handle = FindDisplayInfo(ID)
    D0                       D0

    DisplayInfoHandle FindDisplayInfo(ULONG);

FUNCTION

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.

INPUTS

ID - unsigned long identifier

RESULT handle - handle to a displayinfo Record with that key or NULL if no match.

BUGS

SEE ALSO

graphics/displayinfo.h