SECTOR_LIST_ENTRY (Windows CE 5.0)

Send Feedback

This structure describes a series of logical sectors.

typedef struct _SECTOR_LIST_ENTRY {DWORDdwStartSector;DWORDdwNumSectors;} SECTOR_LIST_ENTRY, *PSECTOR_LIST_ENTRY;

Members

  • dwStartSector
    Starting sector in the series.
  • dwNumSectors
    Number of sectors in the series.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Diskio.h

See Also

Copy External Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.