T
techie
Hi,
I'm trying to get the status of the logical disks. I'm using the WMI
classes:
ManagementObjectSearcher deviceList = new
ManagementObjectSearcher("Select * from Win32_LogicalDisk");
The 'Status' property is not available. Is there any other way of
getting the status? Would I have to query Win32_PnPEntity?
I'm trying to get the status of the logical disks. I'm using the WMI
classes:
ManagementObjectSearcher deviceList = new
ManagementObjectSearcher("Select * from Win32_LogicalDisk");
The 'Status' property is not available. Is there any other way of
getting the status? Would I have to query Win32_PnPEntity?