Click or drag to resize

NativeFileIOUpdateDiskProperties Method (String)

Re-enumerates partitions on a disk device with a specified device path. 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(
	string DevicePath
)

Parameters

DevicePath
Type: SystemString

Return Value

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