Setting information in NDIS Miniport drivers using WMI

Hi,
Has anybody used WMI to set information in an NDIS miniport driver ? I would like to learn from the experiences of others who have been successful in doing this. What type of WMI application was used to interface to the NDIS driver ? We are trying to
use a VB application which uses the WMI scripting API to send requests to the NDIS miniport driver. But, what we see here is that the requests only come to the MiniportQueryInformation() routine when we query for the object instance and not to the
MiniportSetInformation() when we try to write the changed data, for that object, back to WMI. Has anybody used the WMI scripting API to interface to NDIS miniport drivers ? I would greatly appreciate it, if anybody could help me with some information from
their prior experience on using WMI with NDIS miniport drivers.

Thanks,
Neelay


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com