Ignore:
Timestamp:
6/13/2010 2:32:41 PM (2 years ago)
Author:
lowjoel
Message:

Added a PhysicalDriveInfo? class which allows us to enumerate the physical drives on the current computer, and determine the partitions on those drives. However, this class doesn't yet work on dynamic volumes (or volumes which are non-basic)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser/Eraser.Util/Win32ErrorCodes.cs

    r2165 r2174  
    8989        public const int InvalidParameter = 87; 
    9090        public const int DiskFull = 112; 
     91        public const int InsufficientBuffer = 122; 
    9192        public const int MoreData = 234; 
    9293        public const int NoMoreItems = 259; 
Note: See TracChangeset for help on using the changeset viewer.