Codehunter Works präsentiert |
 |
Version 1.4 |
|
Die freie Bibliothek für Borland Delphi © 4 bis
7 |
|
TDWMonitorInfoEx |
Reimplementiert die MONITORINFOEX struct.
TDWMonitorInfoEx = record
cbSize: DWord;
rcMonitor: TRect;
rcWork: TRect;
dwFlags: DWord;
szService: array[0..CCHDEVICENAME - 1] of AnsiChar;
end;
- Unit
- dwTypes
- Parameter
- cbSize
- Typ: DWord
- rcMonitor
- Typ: TRect
- rcWork
- Typ: TRect
- dwFlags
- Typ: DWord
- szService
- Typ: array[0..CCHDEVICENAME - 1] of AnsiChar
- Bemerkungen
- Weitere Informationen sind dem PSDK unter "MONITORINFOEX" zu entnehmen.
- Kompatibilität
- Windows NT/2000/XP: Windows NT, Windows 2000, Windows XP, Windows Server 2003
Windows 95/98/Me: Windows 95, Windows 98, Windows ME
- Siehe auch
- Übersicht der Units, Übersicht von dwTypes.pas, dwGetMonitorInfoEx
- Autoren-Info
- Autor: Codehunter
eMail-Adresse: codehunter [at] gmx [dot] net Link: http://delphiworks.sourceforge.net
|
|
|
|
|