Ignore:
Timestamp:
May 10, 2002, 4:53:31 PM (24 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winioctl.h

    r8396 r8400  
    380380    DWORD PartitionNumber;
    381381    BYTE  PartitionType;
    382     BOOL  BootIndicator;
    383     BOOL  RecognizedPartition;
    384     BOOL  RewritePartition;
     382    BYTE  BootIndicator;
     383    BYTE  RecognizedPartition;
     384    BYTE  RewritePartition;
    385385} PARTITION_INFORMATION, *PPARTITION_INFORMATION;
    386386
     
    546546typedef struct _DISK_EXTENT {
    547547    DWORD           DiskNumber;
     548    DWORD           Align1;
    548549    LARGE_INTEGER   StartingOffset;
    549550    LARGE_INTEGER   ExtentLength;
     
    556557typedef struct _VOLUME_DISK_EXTENTS {
    557558    DWORD       NumberOfDiskExtents;
     559    DWORD       Align1;
    558560    DISK_EXTENT Extents[1];
    559561} VOLUME_DISK_EXTENTS, *PVOLUME_DISK_EXTENTS;
    560562
    561 
    562563#endif
Note: See TracChangeset for help on using the changeset viewer.