ReportRetrySuccess (Compact 2013)

3/26/2014

This function (optional) is called by FSDMGR when ReportDiskError returns FSDERR_RETRY, and the disk I/O attempt is successful after a retry.

Syntax

void ReportRetrySuccess (
HDSK hDsk,
PCFSDERRINFO pErrInfo
);

Parameters

  • hDsk
    [in] Handle to the disk.
  • pErrInfo
    [in] Pointer to the FSDERRINFO structure, which describes the information of the disk I/O attempt.

Return Value

None.

Requirements

Header

Fsderr.h

See Also

Reference

Error Handler Functions