The product I am working on needs to install an NDIS device driver for
Windows NT. Of course, we could make the user do this via the NCPA icon
in the Control Panel window, but we would like to do this
programmatically for the user via the SetupDI functions provided by the
NT DDK. First, is this possible? Second, if it is possible, can anyone
point me to some sample code and/or detailed documentation on the
SetupDI functions. I have read and re-read the docs that come with the
MSDN library, but they don't give much info beyond the function name and
a brief description of the function parameters and data structures. Any
help is greatly appreciated!