From: Edward Diener on
How can I determine the number of physical drives which exist under
Windows ?
From: David Craig on
Run the disk management tool from "My Computer", "Manage".

"Edward Diener" <eddielee_no_spam_here(a)tropicsoft.com> wrote in message
news:ulMZbutkKHA.3792(a)TK2MSFTNGP02.phx.gbl...
> How can I determine the number of physical drives which exist under
> Windows ?


From: Kerem Gümrükcü on
Hi Edward,

if you want to do this by code, then have
a look here:

[Volume Management Functions]
http://msdn.microsoft.com/en-us/library/aa365730%28VS.85%29.aspx

Regards

Kerem

--
-----------------------
Beste Gr�sse / Best regards / Votre bien devoue
Kerem G�mr�kc�
Latest Project: http://www.pro-it-education.de/software/deviceremover
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------

"Edward Diener" <eddielee_no_spam_here(a)tropicsoft.com> schrieb im
Newsbeitrag news:ulMZbutkKHA.3792(a)TK2MSFTNGP02.phx.gbl...
> How can I determine the number of physical drives which exist under
> Windows ?

From: Edward Diener on
Kerem G�mr�kc� wrote:
> Hi Edward,
>
> if you want to do this by code, then have
> a look here:
>
> [Volume Management Functions]
> http://msdn.microsoft.com/en-us/library/aa365730%28VS.85%29.aspx

Thanks, that is what I was looking for.
From: m on
Bear in mind that this info only reflects the devices that the OS can see
and not what might be physically installed in the machine. Many RAID, NAS,
& SAN configurations present logical devices that have little or no relation
to the physical devices.

"Edward Diener" <eddielee_no_spam_here(a)tropicsoft.com> wrote in message
news:epRg#4vkKHA.4500(a)TK2MSFTNGP06.phx.gbl...
> Kerem G�mr�kc� wrote:
>> Hi Edward,
>>
>> if you want to do this by code, then have
>> a look here:
>>
>> [Volume Management Functions]
>> http://msdn.microsoft.com/en-us/library/aa365730%28VS.85%29.aspx
>
> Thanks, that is what I was looking for.