|
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. Declarationfunction GetTapiErrorMessage(ErrorCode: ThbTapiResult):
String; // ThbTapiResult = DWORD ParameterResultCode
Return ValueReturns the text associated with the specified error code. |