SECTORINFO

This structure stores information on a sector.

typedef struct _SECTORINFO {
  DWORD dwReserved1;
  BYTE bOEMReserved;
  BYTE bBadBlock;
  BYTE wReserved2;
} SECTORINFO, *PSECTORINFO;

Members

  • dwReserved1
    Reserved. Used by the flash abstraction layer (FAL).
  • bOEMReserved
    Reserved. Used by OEMs.
  • bBadBlock
    Indicates that a block is bad.
  • wReserved2
    Reserved. Used by the FAL.

Requirements

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

See Also

Flash Media Drivers

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.