GetTapiErrorMessage
Unit: hbTapi
 

Retrieves the text associated with the TAPI error specified by the parameter ErrorCode. ErrorCode can be one of the LINEERR_ or one of the PHONEERR_ constants.

Declaration

function GetTapiErrorMessage(ErrorCode: ThbTapiResult): String; // ThbTapiResult = DWORD

Parameter

ResultCode

The code for the TAPI error that occurred.

Return Value

Returns the text associated with the specified error code.