Share via


Add Error Handler Support in FSDMGR (Compact 2013)

3/26/2014

You can add error handler support to FSDMGR by implementing an error handler DLL and updating the device registry.

To add error handler support in FSDMGR

  1. Implement an error handler DLL, which exports the ReportDiskError function along with the optional functions InitDiskErrorHandler, DeinitDiskErrorHandler, and ReportRetrySuccess.

  2. Update the device registry to associate an error handler with the file system that it corresponds to.

For more information on the error handler DLL and updating the device registry, see Specify an Error Handler for a File System.

For more information on the function calls that FSDMGR makes when loading the error handler, see Error Handler Functions.

See Also

Concepts

File System Driver Manager Error Handler Support