Class Win32_DiskDriveToDiskPartition

java.lang.Object
com.ferrumx.system.associatedclasses.Win32_DiskDriveToDiskPartition

public class Win32_DiskDriveToDiskPartition extends Object
This class relates Win32_DiskDrive with Win32_LogicalDiskToPartition.

The DeviceID of the Disk Drive queried from Win32_DiskDrive is fetched into this class which then gets all the partition list for the selected Drive. This list can be then fetched to Win32_LogicalDiskToPartition.getDriveLetter(String) to output the drive letters for the given partitions in a drive

Author:
Egg-03