Location:
e32std.h
Link against:
typedef void TExceptionHandler(TExcType);
Supported from 5.0
Defines an exception handler function which takes a
TExcType
as an argument and returns void.
A function of this type is an exception handler used by member
functions of a thread handle, RThread
.