Device Installation

WPD drivers are UMDF (Windows Driver Frameworks (WDF)-User-Mode Driver Framework) compliant drivers. Therefore they will use the Windows Plug and Play (PnP) infrastructure for installation.

There are also various ways to create a PnP experience on buses that are not traditionally PnP—for example, using PnP-X for network devices. This enables discovery of the devices over arbitrary buses and lets the PnP component perform the installation as before.

Once the driver for the device is installed on the system, clients will use WPD APIs to enumerate all installed and currently active WPD Devices.

WPD Drivers Overview