Share via


Error Report Transfer Driver OS Design Development (Windows Embedded CE 6.0)

1/5/2010

The Error Report Transfer Driver moves dump files from reserved memory into the file system. In addition, it sets registry values needed by the Error Report Generator.

After transferring a dump file to persistent storage, the Error Report Transfer Driver launches the Report Upload Client specified in the registry.

OS Design Information

The following table shows OS design information for the Error Report Transfer Driver.

Concept Description

Dependencies

  • Reserved memory
  • File system
  • Device driver API

Hardware considerations

Assumes memory has been reserved for dump files.

Modules and Components

The following table shows the components and modules that implement the Error Report Transfer Driver.

Item Module Component

Transfer driver

DwXfer.dll

Error Report Transfer Driver

Implementation Considerations

The following table shows the Sysgen variables for the Error Report Transfer Driver.

Sysgen variable Description

SYSGEN_WATSON_XFER

Generates the transfer driver module.

See Also

Other Resources

Error Report Transfer Driver