ImDiskAPIRemoveDevice Method (UInt32, 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(
uint DeviceNumber,
IntPtr StatusControl
)
Public Shared Sub RemoveDevice (
DeviceNumber As UInteger,
StatusControl As IntPtr
)
public:
static void RemoveDevice(
unsigned int DeviceNumber,
IntPtr StatusControl
)
static member RemoveDevice :
DeviceNumber : uint32 *
StatusControl : IntPtr -> unit
Parameters
- DeviceNumber
- Type: SystemUInt32
Device number to remove. - StatusControl
- Type: SystemIntPtr
Optional handle to control that can display status messages during operation.
See Also