Share via


FSD_UnmountDisk

A version of this page is also available for

Windows Embedded CE 6.0 R3

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_RegisterVolume function must first be deregistered with the FSDMGR_DeregisterVolume function.

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

See Also

Reference

FSD Functions
FSD_MountDisk
FSDMGR_DeregisterVolume
FSDMGR_RegisterVolume
MyFSD_UnmountDisk