FSD Functions

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The following table shows the file system driver (FSD) functions and File System Disk Manager (FSDMGR) functions with a description of the purpose of each.

Function Description

CeFsIoControl

Sends an I/O control to an FSD. It may not be supported by all file system drivers, and not all implementations support all I/O controls.

CeResyncFilesys

Causes a file system driver to remount a device because of a media change.

MyFSD_GetVolumeInfo

Obtains the information about a volume contained in a FSD_VOLUME_INFO structure.

FSD_HookVolume

Called by Storage Manager when it loads a file system filter.

FSD_MountDisk

Called by Device Manager to mount the specified disk containing a file system of the type defined.

FSD_UnhookVolume

Called by Storage Manager when it unloads a file system filter.

FSD_UnmountDisk

Called by Device Manager to unmount the specified disk containing a file system of the type defined by the FSD.

LoadFSD

Called by a device driver to load its associated FSD.

LoadFSDEx

Called by a device driver to load its associated FSD.

See Also

Reference

FSD Reference