Click or drag to resize
ImDiskAPIRemoveDevice Method (UInt32, 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(
	uint DeviceNumber,
	IntPtr StatusControl
)

Parameters

DeviceNumber
Type: SystemUInt32
Device number to remove.
StatusControl
Type: SystemIntPtr
Optional handle to control that can display status messages during operation.
See Also