FSD Functions (Windows Embedded CE 6.0)
1/6/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 |
---|---|
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. |
|
Causes a file system driver to remount a device because of a media change. |
|
Obtains the information about a volume contained in a FSD_VOLUME_INFO structure. |
|
Called by Storage Manager when it loads a file system filter. |
|
Called by Device Manager to mount the specified disk containing a file system of the type defined. |
|
Called by Storage Manager when it unloads a file system filter. |
|
Called by Device Manager to unmount the specified disk containing a file system of the type defined by the FSD. |
|
Called by a device driver to load its associated FSD.
This function is obsolete in Windows CE .NET 4.0 and later. Instead, place a storage class identifier in the device driver registry setting to notify Storage Manager of the block driver being loaded. Storage Manager then parses the partitions and loads the appropriate file system. |
|
Called by a device driver to load its associated FSD.
This function is obsolete in Windows CE .NET 4.0 and later. Instead, place a storage class identifier in the device driver registry setting to notify Storage Manager that the block driver is loaded. Storage Manager then parses the partitions and loads the appropriate file system. |