Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure stores information on a sector.
typedef struct _SectorInfo {DWORDdwReserved1;BYTEbOEMReserved; BYTE bBadBlock; WORD wReserved2;}SectorInfo, *PSectorInfo;
Members
- dwReserved1
Reserved. Used by the flash abstraction layer (FAL). - bOEMReserved
Reserved for use by OEMs. - bBadBlock
Indicates if 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 Driver Structures | Flash Media Driver Reference | Flash Media Drivers
Send Feedback on this topic to the authors