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

tagMonitorInfoExW

Declaration

Source position: lcltype.pp line 1033

type tagMonitorInfoExW = record

  cbSize: DWord;

  rcMonitor: TRect;

  rcWork: TRect;

  dwFlags: DWord;

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

end;