Changeset 6028 for trunk/include/win/winioctl.h
- Timestamp:
- Jun 16, 2001, 6:09:22 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/include/win/winioctl.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winioctl.h
r4252 r6028 1 /* $Id: winioctl.h,v 1.2 2000-09-13 20:58:29 sandervl Exp $ */2 3 1 #ifndef __WINE_WINIOCTL_H 4 2 #define __WINE_WINIOCTL_H … … 156 154 157 155 156 //Storage/disk IOCTLs 157 158 typedef enum _MEDIA_TYPE { 159 Unknown, 160 F5_1Pt2_512, 161 F3_1Pt44_512, 162 F3_2Pt88_512, 163 F3_20Pt8_512, 164 F3_720_512, 165 F5_360_512, 166 F5_320_512, 167 F5_320_1024, 168 F5_180_512, 169 F5_160_512, 170 RemovableMedia, 171 FixedMedia, 172 F3_120M_512 173 } MEDIA_TYPE, *PMEDIA_TYPE; 174 175 typedef struct _DISK_GEOMETRY { 176 LARGE_INTEGER Cylinders; 177 MEDIA_TYPE MediaType; 178 DWORD TracksPerCylinder; 179 DWORD SectorsPerTrack; 180 DWORD BytesPerSector; 181 } DISK_GEOMETRY, *PDISK_GEOMETRY; 182 158 183 #define IOCTL_STORAGE_BASE FILE_DEVICE_MASS_STORAGE 159 184 #define IOCTL_STORAGE_CHECK_VERIFY CTL_CODE(IOCTL_STORAGE_BASE, 0x0200, METHOD_BUFFERED, FILE_READ_ACCESS)
Note:
See TracChangeset
for help on using the changeset viewer.
