Since display drivers are not "normal" wdm drivers, I
would like to know if they support windows management
instrumentation (WMI)?

Also, is wmi bidirectionnal? As I understand, wmi is used
to send driver information to user mode application, but
can the opposite by done? That is user mode application
sending information to driver?

Thanks in advance.

Re: is wmi supported by display drivers? by Maxim

Maxim
Thu Jul 31 11:42:19 CDT 2003

> Also, is wmi bidirectionnal? As I understand, wmi is used
> to send driver information to user mode application, but
> can the opposite by done? That is user mode application
> sending information to driver?

Surely! Only WMI events are for driver->app flow, the rest of WMI is for
app->driver flow.

Max