Windows Management Instrumentation (WMI) driver samples
The driver samples in this directory provide a starting point for writing a custom WMI driver for your device.
Sample | Description |
---|---|
WMIACPI | Contains ACPI BIOS and Microsoft Windows Management Instrumentation (WMI) sample code that enables instrumentation of the ACPI BIOS from within ACPI Source Language (ASL) code. |
WMI Data Provider | Demonstrates how to register WMI providers in KMDF and create provider instances and how to handle the WMI queries sent to a device. |