Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This function is called by Device Manager to unmount the specified disk containing a file system of the type defined by a file system driver (FSD).
Syntax
BOOL FSD_UnmountDisk( HDSK hdsk ); |
Parameters
- hdsk
-
[in] Handle to the disk.
Return Value
TRUE indicates success. FALSE indicates failure.
Remarks
A requirement of returning TRUE is that all volumes on the disk previously registered with the FSDMGR_RegisterVolumefunction must first be deregistered with the FSDMGR_DeregisterVolumefunction.
Requirements
Header | fsdmgr.h |
Library | Fsdmgr.lib |
Windows Embedded CE | Windows CE 2.10 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |