Source position: cybergraphics.pas line 77
type TCyberModeNode = record
Node: TNode;
ModeText: array [0..DISPLAYNAMELEN-1] of AnsiChar;
DisplayID: ULONG;
Width: UWORD;
Height: UWORD;
Depth: UWORD;
DisplayTagList: PTagItem;
end;