Hello,
I am a beginner in network driver programming and I am trying to
customize a wireless network driver. For that I have added a custom OID
which
returns values needed.
I have done the following things for the above implementation.
(i) Added a new OID in OIDs.h header file
(ii) Added this OID case statement in QueryInformation
handler of the driver
Now I am trying to query this information from a User Mode application.
When I try to access / create an instance of this class, system is
throwing
exception. So I have checked all WMI classes using wbemtest.exe tool.
This tool is not showing my class.
Is there any settings missing?
Do I need to add this custom OID & class information anywhere else?
Thanks
~Maju
Important notice:This e-mail and any attachment thereto contains corporate proprietary information. If you have received it by mistake, please notify us immediately by reply e-mail and delete this e-mail and its attachments from your system. Thank You.