getErrString

getErrString — retrieves the last error string (C++ only).

Syntax

For C++:

LPCTSTR getErrString (void);

Returns

The string corresponding to the last error detected.

See Also

onError