NativeFileIOUpdateDiskProperties Method (NativeFileIOSCSI_ADDRESS) |
Re-enumerates partitions on a disk device with a specified SCSI address. No
exceptions are thrown on error, but any exceptions from underlying API calls are
logged to trace log.
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public static bool UpdateDiskProperties(
NativeFileIOSCSI_ADDRESS ScsiAddress
)
Public Shared Function UpdateDiskProperties (
ScsiAddress As NativeFileIOSCSI_ADDRESS
) As Boolean
public:
static bool UpdateDiskProperties(
NativeFileIOSCSI_ADDRESS ScsiAddress
)
static member UpdateDiskProperties :
ScsiAddress : NativeFileIOSCSI_ADDRESS -> bool
Parameters
- ScsiAddress
- Type: Arsenal.ImageMounter.IONativeFileIOSCSI_ADDRESS
Return Value
Type:
BooleanReturns a value indicating whether operation was successful or not.
See Also