How to create symbolic link in KMDF drivers

Hello All,

I want to access WDM/KMDF device from application
How should i create symboliclink in WDM/KMDF drivers
plz, guide me about same

Regards,
Pravin G

WdfDeviceCreateSymbolicLink will do just that of course, and this is
described in the documentation, the book, and the samples. Those same
descriptions also advise you to use a PnP interface instead of a symbolic
link for which you would use WdfDeviceCreateDeviceInterface.

On Feb 18, 2008 5:52 AM, pravin gawale
wrote:

> Hello All,
>
> I want to access WDM/KMDF device from application
> How should i create symboliclink in WDM/KMDF drivers
> plz, guide me about same
>
>
> Regards,
> Pravin G
> — NTDEV is sponsored by OSR For our schedule of WDF, WDM, debugging and
> other seminars visit: http://www.osr.com/seminars To unsubscribe, visit
> the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer


Mark Roddy