Codehunter Works präsentiert |
 |
Version 1.4 |
|
Die freie Bibliothek für Borland Delphi © 4 bis
7 |
|
TDWFileOS |
Enthält Informationen über das Zielbetriebssystem einer Binärdatei.
TDWFileOS = (dwfosDOS, dwfosDOS_Windows16, dwfosDOS_Windows32, dwfosNT,
dwfosNT_Windows32, dwfosWindows16, dwfosWindows32,
dwfosOS2_16, dwfosOS2_16_PM16, dwfosOS2_32,
dwfosOS2_32_PM32, dwfosPM16, dwfosPM32, dwfosUnknown);
- Unit
- dwTypes
- Parameter
- dwfosDOS
- DOS-Binärdatei
- dwfosDOS_Windows16
- 16-Bit DOS/Windows-Binärdatei
- dwfosDOS_Windows32
- 32-Bit DOS/Windows-Binärdatei
- dwfosNT
- Windows NT Binärdatei
- dwfosNT_Windows32
- 32-Bit Windows NT Binärdatei
- dwfosOS2_16
- 16-Bit OS/2 Binärdatei
- dwfosOS2_16_PM16
- 16-Bit OS/2 Binärdatei für den 16-Bit Presentation Manager
- dwfosOS2_32
- 32-Bit OS/2 Binärdatei
- dwfosOS2_32_PM32
- 32-Bit OS/2 Binärdatei für den 32-Bit Presentation Manager
- dwfosPM16
- Binärdatei für den 16-Bit OS/2 Presentation Manager
- dwfosPM32
- Binärdatei für den 32-Bit OS/2 Presentation Manager
- dwfosUnknown
- Unbekannte Dateiart
- dwfosWindows16
- 16-Bit Windows-Binärdatei
- dwfosWindows32
- 32-Bit Windows-Binärdatei
- 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, dwGetFileOS
- Autoren-Info
- Autor: Codehunter
eMail-Adresse: codehunter [at] gmx [dot] net Link: http://delphiworks.sourceforge.net
|
|
|
|
|