Hi,
How to enumarate all the drivers installed on a PC? Is is possible to get
this info in all windows Operating systems?
Can point me some starting point?
Thanks,
Hi,
How to enumarate all the drivers installed on a PC? Is is possible to get
this info in all windows Operating systems?
Can point me some starting point?
Thanks,
Hi !
Do you can use the “GetLogicalDrives” Win32 API…
Regards,
Marcos
----- Original Message -----
From: “PK”
To: “NT Developers Interest List”
Sent: Thursday, March 27, 2003 8:16 AM
Subject: [ntdev] How to enumarate all the drivers installed on a PC?
> Hi,
>
> How to enumarate all the drivers installed on a PC? Is is possible to get
> this info in all windows Operating systems?
>
> Can point me some starting point?
>
> Thanks,
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@velasco.com.br
> To unsubscribe send a blank email to xxxxx@lists.osr.com
http://support.microsoft.com/default.aspx?scid=kb;EN-US;259695
Hope this helps u…
----- Original Message -----
From: “PK”
To: “NT Developers Interest List”
Sent: Thursday, March 27, 2003 4:46 PM
Subject: [ntdev] How to enumarate all the drivers installed on a PC?
> Hi,
>
> How to enumarate all the drivers installed on a PC? Is is possible to get
> this info in all windows Operating systems?
>
> Can point me some starting point?
>
> Thanks,
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@rassit.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
> THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE
ADDRESSEE
> and may contain confidential and privileged information. If the reader of
this message
> is not the intended recipient, you are notified that any dissemination,
distribution
> or copy of this communication is strictly Prohibited.If you have received
this message
> by error, please notify the sender immediately, return the original mail
to the sender
> and delete the message from your system.
>
>
THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE ADDRESSEE
and may contain confidential and privileged information. If the reader of this message
is not the intended recipient, you are notified that any dissemination, distribution
or copy of this communication is strictly Prohibited.If you have received this message
by error, please notify the sender immediately, return the original mail to the sender
and delete the message from your system.
hi! there are available functions in the 2kDDK Which starts with SetupDiXXX. These APIs are available on the all the platform so look in to that.
good luck