How to write application for driver uses PnP interfaces...???

Hello all,

I want to access KMDF device from application
which supports a PnP interface using WdfDeviceCreateDeviceInterface in
driver.

Regards,
Pravin G.

SetupDiGetClassDevs with “get interfaces” flag, then
SetupDiEnumDeviceInterfaces and SetupDiGetDeviceInterfaceDetail. The latter
gives you the file name for CreateFile.


Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

“pravin gawale” wrote in message
news:xxxxx@ntdev…
> Hello all,
>
> I want to access KMDF device from application
> which supports a PnP interface using WdfDeviceCreateDeviceInterface in
> driver.
>
> Regards,
> Pravin G.
>