Share via


Stream Interface Driver Architecture

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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.

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

See Also

Concepts

Stream Interface Driver Development Concepts