Tech Support > Microsoft Windows > Drivers > Can I use OIDs query and set in Windows Limited User mode
Can I use OIDs query and set in Windows Limited User mode
Posted by Kid on July 15th, 2004


Dears

I've tried CreateFile with device GUID but fail in Limited User mode , can I overcome
this issue writing Windows NDIS network driver interface ?

Thanks a lot ..


Posted by Thomas F. Divine [DDK MVP] on July 15th, 2004



"Kid" <Kid@discussions.microsoft.com> wrote in message
news:2B60394B-F173-4AB7-9C8B-6B5CD67F8359@microsoft.com...
you will need your own NDIS protocol driver, such as a modified version of
the NDISPROT Windows Server 2003 DDK sample, to act as a "relay" between
your application and the device to do this job.

You can set some (but not all...) OIDs from user-mode application using the
Windows Manaagement Instrumentation (WMI) API.

Good luck,

Thomas F. Divine
http://www.pcausa.com




Similar Posts