ImDiskAPIRemoveDevice Method (String, IntPtr) |
Removes an existing ImDisk virtual disk from system.
Namespace: LTR.IO.ImDiskAssembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax public static void RemoveDevice(
string MountPoint,
IntPtr StatusControl
)
Public Shared Sub RemoveDevice (
MountPoint As String,
StatusControl As IntPtr
)
public:
static void RemoveDevice(
String^ MountPoint,
IntPtr StatusControl
)
static member RemoveDevice :
MountPoint : string *
StatusControl : IntPtr -> unit
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