1f50 Windows Driver Foundation - User-mode Driver Framework | Services Guide | Smallvoid.com

Windows Driver Foundation - User-mode Driver Framework

17 July 2007 by Snakefoot | Comment » | Trackback Off
Description:
Manages user-mode driver host processes.

The Windows Driver Foundation (WDF) user-mode driver framework (UMDF) makes it possible to make device drivers that resides in user space. This has several advantages compared to running in kernel space:
  • Increased stability as errors in a user space driver will not corrupt the kernel system address space and the structures that resides there.
  • Increased security as a user space driver doesn't have direct access to all the kernel space functionality.
  • Easier development as one can use C++ / User-mode-debugging / Win32 API.
Each UMDF driver runs in a separate driver host process (WUDFHost.exe), which are managed by this service.

More Info MS WDHC - User-Mode Driver Framework
Recommended state:
  • Manual
Default State:
  • Manual
Proces name:
Supports:
Depends:

Updated: 22 September 2009

Leave a comment


NB! Use the Forum for computer help and off-topic questions.

334

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>


0