Question : NDIS MiniportSetInformation

Hello
Is there a way to access  the MiniportSetInformation function of a NDIS
miniport driver
from an application ?
I know that by using DeviceIoControl with operation
IOCTL_NDIS_QUERY_GLOBAL_STATS
you can access MiniportQueryInformation, but in ntddndis.h I cannot find
any IOCTL code
to do the same thing with MiniportSetInformation.
Thanks for any help
Javier
--
--------------------------------------------------------------
Francisco Javier Ruiz Piñar
e-mail: [email protected]
www: http://www.dit.upm.es/~fruiz
Tel. 34-1-5495700 x.474 Fax 34-1-3367333
Room B-210
DIT-ETSI Telecomunicación UPM
Ciudad Universitaria 28040 Madrid Spain
----------------------------------------------------------------

Answer : NDIS MiniportSetInformation

No, this is not possible.
If you have access to the source, you can define and then call a private Oid in MiniportQueryInformation, and in the driver you can call MiniportSetInformation.
Random Solutions  
 
programming4us programming4us