Click or drag to resize

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
)

Parameters

ScsiAddress
Type: Arsenal.ImageMounter.IONativeFileIOSCSI_ADDRESS

Return Value

Type: Boolean
Returns a value indicating whether operation was successful or not.
See Also