Share via


DELETE_SECTOR_INFO (Compact 2013)

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

See Also

Reference

Flash Media Driver Structures
Flash Media Driver Reference