Query DisplayInfo Record parameters
Source position: agraphics.pas line 2101
function GetDisplayInfoData( |
Handle: DisplayInfoHandle; |
buf: Pointer; |
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 |