[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLType' (#lcl)

tagMonitorInfoEx

Declaration

Source position: lcltype.pp line 891

type tagMonitorInfoEx = record

  cbSize: DWord;

  rcMonitor: TRect;

  rcWork: TRect;

  dwFlags: DWord;

  szDevice: array [0..CCHDEVICENAME-1] of Char;

end;