A
Angel Tsankov
How can I see what NDIS intermediate drivers are installed on my
system?
system?
Angel Tsankov said:How can I see what NDIS intermediate drivers are installed on my
system?
How is this done?Basically you can enumerate all installed services and check if
their
binaries look like IM drivers (by imported functions).
Angel Tsankov said:How is this done?
AFAIK, these two functions are about services, not kernel-modeEnumServicesStatusEx(), QueryServiceConfig()
and then... perhaps, dumpbin.
Angel Tsankov said:AFAIK, these two functions are about services, not kernel-mode
drivers. Are you sure you can use them to enumerate NDIS drivers?
Sorry, not right now...If so, could you provide some example code, please?
Maxim S. Shatskih said:Search MSDN for INetCfg and friends. The answer is somewhere there.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
(e-mail address removed)
http://www.storagecraft.com
Management --> Device Management.
View --> Show hidden devices
Under Network Adapters you will see the networking drivers installed
(miniports and intermediate).