Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
can anyone explain to me the realation between these classes:

-Win32_DiskDrive
-Win32_LogicalDisk
-Win32_Volume
-Win32_DiskPartition
Posted
Comments
Sergey Alexandrovich Kryukov 18-Mar-14 19:17pm    
What's wrong with just reading standard MSDN documentation on the topic?
—SA
ala deli 18-Mar-14 19:30pm    
yes i took a look at MSDN documentation but it was not so helpful

1 solution

This is quite easy to figure out from
http://msdn.microsoft.com/en-us/library/aa394388%28v=vs.85%29.aspx[^],
http://msdn.microsoft.com/en-us/library/aa393675%28v=vs.85%29.aspx[^],
http://msdn.microsoft.com/en-us/library/aa386179%28v=vs.85%29.aspx[^].

They are derived from respective CIM_* classes, and there are some associations between those classes which provide you with the information on relationship between storage devices, logical disks, partitions, and so on. For further detail, read respective MSDN pages on each of those classes.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900