DELETE_SECTOR_INFO (Windows CE 5.0)

Send Feedback

This structure contains information relating to deletion of the specified range of sectors.

typedef struct _DELETE_SECTOR_INFO {DWORDcbSize;DWORDstartsector;DWORDnumsectors;}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

OS Versions: Windows CE .NET 4.2 and later.
Header: Diskio.h.

See Also

Flash Media Driver Structures | Flash Media Driver Reference | Flash Media Drivers

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.