Query DisplayInfo Record parameters
Source position: agraphics.pas line 2322
function GetDisplayInfoData( |
const handle: POINTER; |
buf: pCHAR; |
size: LongWord; |
tagID: LongWord; |
displayID: LongWord |
):LongWord; |
handle |
|
A displayinfo handle |
buf |
|
A pointer to destination buffer |
size |
|
Buffer size in bytes |
tagID |
|
data chunk type (DTAG_*) |
If positive, number of bytes actually transferred if zero, no information for ID was available
GetDisplayInfoData() fills a buffer with data meaningful to the DisplayInfoRecord pointed at by your valid handle. The data type that you are interested in is indicated by a tagID for that chunk. The types of tagged information that may be available include:
|
Search for a record identified by a specific key |
|
|
Iterate current displayinfo identifiers |