This function is called by the file system driver (FSD) to unmount the specified disk containing a file system of the type defined by the FSD.
At a Glance
Header file: | Fsdmgr.h |
Windows CE versions: | 2.10 and later |
Syntax
BOOL FSD_UnmountDisk( HDSK hdsk );
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.
See Also
FSDMGR_DeregisterVolume, FSDMGR_RegisterVolume, FSD_MountDisk, MyFSD_UnmountDisk