Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is called by the Device Manager to unmount the specified disk containing a file system of the type defined by an FSD.
BOOLFSD_UnmountDisk( HDSKhdsk);
Parameters
- hdsk
[in] Handle to the disk, though not a true Win32 handle.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
A requirement of returning TRUE is that all volumes on the disk previously registered with the FSDMGR_RegisterVolume function must first be deregistered with the FSDMGR_DeregisterVolume function.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Fsdmgr.h.
Link Library: Fsdmgr.lib.
See Also
FSD_MountDisk | FSDMGR_DeregisterVolume | FSDMGR_RegisterVolume | MyFSD_UnmountDisk
Send Feedback on this topic to the authors