ImDiskAPINotifyRemovePending Method |
Notify Explorer and other shell components that a drive is about to be
removed.
Namespace: LTR.IO.ImDiskAssembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax public static void NotifyRemovePending(
IntPtr WindowHandle,
char DriveLetter
)
Public Shared Sub NotifyRemovePending (
WindowHandle As IntPtr,
DriveLetter As Char
)
public:
static void NotifyRemovePending(
IntPtr WindowHandle,
wchar_t DriveLetter
)
static member NotifyRemovePending :
WindowHandle : IntPtr *
DriveLetter : char -> unit
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