Click or drag to resize
ImDiskAPIRemoveDevice Method (String, IntPtr)
Removes an existing ImDisk virtual disk from system.

Namespace: LTR.IO.ImDisk
Assembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax
public static void RemoveDevice(
	string MountPoint,
	IntPtr StatusControl
)

Parameters

MountPoint
Type: SystemString
Mount point of virtual disk to remove.
StatusControl
Type: SystemIntPtr
Optional handle to control that can display status messages during operation.
See Also