Proves if the given result code is a TAPI error.
function IsTapiError(ResultCode : ThbTapiResult): Boolean;
ResultCode
The TAPI result code to prove.
Returns true if the given ResultCode is a TAPI error otherwise false.