DELETE_SECTOR_INFO (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE .NET 4.2 and later |