Ignore:
Timestamp:
5/16/2010 11:39:14 AM (2 years ago)
Author:
lowjoel
Message:

Experimental fix to prevent those pesky disk full messages when erasing unused space.

File:
1 edited

Legend:

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

    r2140 r2150  
    8686        public const int SharingViolation = 32; 
    8787        public const int InvalidParameter = 87; 
     88        public const int DiskFull = 112; 
    8889        public const int MoreData = 234; 
    8990        public const int NoMoreItems = 259; 
Note: See TracChangeset for help on using the changeset viewer.