ScsiAdapterUpdateDiskProperties Method (UInt32) |
Re-enumerates partitions on specified disk currently connected to this adapter. No
exceptions are thrown on error, but any exceptions from underlying API calls are logged
to trace log.
Namespace:
Arsenal.ImageMounter
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public bool UpdateDiskProperties(
uint DeviceNumber
)
Public Function UpdateDiskProperties (
DeviceNumber As UInteger
) As Boolean
public:
bool UpdateDiskProperties(
unsigned int DeviceNumber
)
member UpdateDiskProperties :
DeviceNumber : uint32 -> bool
Parameters
- DeviceNumber
- Type: SystemUInt32
Return Value
Type:
BooleanSee Also