Share via


Stream Interface Driver Architecture (Windows Embedded CE 6.0)

1/6/2010

A stream interface driver receives commands from the Device Manager and from applications by means of file system calls. The driver encapsulates all of the information that is necessary to translate those commands into appropriate actions on the devices that it controls. All stream interface drivers, whether they manage built-in devices or installable devices, or whether they are loaded at boot time or loaded dynamically, have similar interactions with other system components. The following illustration shows the interactions between system components for a generic stream interface driver that manages a built-in device.

Ee482041.ccc92e51-80a1-4550-80ef-5399e8621b64(en-US,WinEmbedded.60).gif

See Also

Concepts

Stream Interface Driver Development Concepts