User Mode Driver Reflector (Windows Embedded CE 6.0)

1/6/2010

The User Mode Driver Reflector performs three basic functions within the User Mode Driver Framework:

  • Manages the User Mode Driver Host Processor.
  • Forwards the requests that are issued by the device manager.
  • Provides services for a User Mode Driver.

Essentially, the User Mode Driver Reflector serves as the User Mode Driver's proxy to the normal driver interface. For example, driver functions such as CreateFile or WriteFile are processed by the User Mode Driver Reflector, and are then forwarded to the appropriate User Mode Driver.

See Also

Concepts

User Mode Driver Framework Development Concepts

Other Resources

User Mode Driver Framework