Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This structure contains information relating to deletion of the specified range of sectors.
Syntax
typedef struct _DELETE_SECTOR_INFO {
DWORD cbSize;
DWORD startsector;
DWORD numsectors;
} DELETE_SECTOR_INFO, *PDELETE_SECTOR_INFO;
Members
- cbSize
Size of the structure.
- startsector
The starting sector to delete.
- numsectors
The number of sectors to delete.
Requirements
Header |
diskio.h |