static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<Win32DiskDrive.DiskDriveProperty> |
Win32DiskDrive.queryDiskDrive(WmiQueryHandler h) |
Queries the disk drive name info
|
static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<Win32LogicalDiskToPartition.DiskToPartitionProperty> |
Win32LogicalDiskToPartition.queryDiskToPartition(WmiQueryHandler h) |
Queries the association between logical disk and partition.
|
static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<Win32DiskDriveToDiskPartition.DriveToPartitionProperty> |
Win32DiskDriveToDiskPartition.queryDriveToPartition(WmiQueryHandler h) |
Queries the association between disk drive and partition.
|
static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<OhmHardware.IdentifierProperty> |
OhmHardware.queryHwIdentifier(WmiQueryHandler h,
java.lang.String typeToQuery,
java.lang.String typeName) |
Queries the hardware identifiers for a monitored type.
|
static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<Win32DiskPartition.DiskPartitionProperty> |
Win32DiskPartition.queryPartition(WmiQueryHandler h) |
Queries the partition.
|
static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<MSFTStorage.PhysicalDiskProperty> |
MSFTStorage.queryPhysicalDisks(WmiQueryHandler h) |
Query the physical disks.
|
static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<OhmSensor.ValueProperty> |
OhmSensor.querySensorValue(WmiQueryHandler h,
java.lang.String identifier,
java.lang.String sensorType) |
Queries the sensor value of an hardware identifier and sensor type.
|
static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<MSFTStorage.StoragePoolToPhysicalDiskProperty> |
MSFTStorage.queryStoragePoolPhysicalDisks(WmiQueryHandler h) |
Query the storage pool to physical disk connection.
|
static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<MSFTStorage.StoragePoolProperty> |
MSFTStorage.queryStoragePools(WmiQueryHandler h) |
Query the storage pools.
|
static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<MSFTStorage.VirtualDiskProperty> |
MSFTStorage.queryVirtualDisks(WmiQueryHandler h) |
Query the virtual disks.
|