Next Topic

Previous Topic

Book Contents

FormatErrorString

string FormatErrorString(int iError)

Return values

A string describing the error code iError.

Parameters

  • iError - An Windows error code obtained previously by calling the GetLastError function.

Remarks

This function can be useful supplying meaningful text to the user instead of an error code.