FSD_UnmountDisk (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

FSD Functions
FSD_MountDisk
FSDMGR_DeregisterVolume
FSDMGR_RegisterVolume
MyFSD_UnmountDisk