Block Drivers (Windows CE 5.0)
Block device drivers read or write data to block devices in fixed-size blocks. Block devices do not allow you to read or write individual bytes of data. Common block sizes are 512 bytes, 1 kilobyte (KB), 2 KB, and 4 KB. Block devices are ideally suited for mass storage and persistent storage applications, such as disk drives or nonvolatile RAM disks.
Some common types of block devices are hard disks and Advanced Technology Attachment (ATA) flash memory disks in miniature card, PC Card, and Compact Flash card form factors.
In This Section
- Block Driver Development Concepts
Explains the basic development concepts for block drivers, including how to configure your driver to interface with the file allocation table (FAT) file system and file system driver (FSD) Manager. - Block Driver Samples
Provides the location for block driver samples. - Block Driver Registry Settings
Provides the default registry settings for block drivers. - Block Driver Reference
Provides reference information for block drivers.
Related Sections
- Power Management
Describes the power management capabilities provided by the Windows CE OS.
Send Feedback on this topic to the authors