Changeset 8400 for trunk/include/win/winioctl.h
- Timestamp:
- May 10, 2002, 4:53:31 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/include/win/winioctl.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winioctl.h
r8396 r8400 380 380 DWORD PartitionNumber; 381 381 BYTE PartitionType; 382 B OOLBootIndicator;383 B OOLRecognizedPartition;384 B OOLRewritePartition;382 BYTE BootIndicator; 383 BYTE RecognizedPartition; 384 BYTE RewritePartition; 385 385 } PARTITION_INFORMATION, *PPARTITION_INFORMATION; 386 386 … … 546 546 typedef struct _DISK_EXTENT { 547 547 DWORD DiskNumber; 548 DWORD Align1; 548 549 LARGE_INTEGER StartingOffset; 549 550 LARGE_INTEGER ExtentLength; … … 556 557 typedef struct _VOLUME_DISK_EXTENTS { 557 558 DWORD NumberOfDiskExtents; 559 DWORD Align1; 558 560 DISK_EXTENT Extents[1]; 559 561 } VOLUME_DISK_EXTENTS, *PVOLUME_DISK_EXTENTS; 560 562 561 562 563 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
