Block Driver Development Concepts (Windows CE 5.0)

Send Feedback

If you want your driver to interface with the FAT file system or FSD Manager, your block driver should expose the stream interface. For more information about the stream interface, see Stream Interface Driver Development Concepts.

The Device Manager manages drivers that expose the stream interface. For more information about the Device Manager, see Device Manager.

The stream interface exposes file I/O functions so it can interact with applications. The XXX_IOControl (Device Manager) function is the most important of the I/O functions for block device drivers. This function handles all I/O requests to block devices.

See Also

Windows CE Drivers | Block Driver Architecture | Block Driver Samples | Block Driver Registry Settings | File System Driver Creation | File System Driver Loading | Storage Manager | Partition Manager

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.