Click or drag to resize
ImDiskAPINotifyRemovePending Method
Notify Explorer and other shell components that a drive is about to be removed.

Namespace: LTR.IO.ImDisk
Assembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax
public static void NotifyRemovePending(
	IntPtr WindowHandle,
	char DriveLetter
)

Parameters

WindowHandle
Type: SystemIntPtr
Window handle to use as parent handle for any message boxes. If this parameter is NULL, no message boxes are displayed.
DriveLetter
Type: SystemChar
Drive letter.
See Also