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 contains information on specified flash memory.
typedef struct _FlashInfo {FLASH_TYPEflashType;DWORDdwNumBlocks;DWORDdwBytesPerBlock; WORD wSectorsPerBlock; WORD wDataBytesPerSector;}FlashInfo, *PFlashInfo;
Members
- flashType
Type of flash, either NAND or NOR. - dwNumBlocks
Number of physical blocks in flash. - dwBytesPerBlock
Number of bytes per block. - wSectorsPerBlock
Number of sectors per block. - wDataBytesPerSector
Number of data bytes per sector.
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