ErrorMess

Calls to ErrorMess fill a string with a text version of the error code.

Declare Function ErrorMess Lib "Dlsbar34" (er as Long, msg As String) As Long

where error is a pointer to an integer containing the error code from the barcode structure, and msg is a pointer to a string that receives the text. The buffer msg must be large enough to receive 24 characters.

The function always returns 0.

 

More:

GetBarCdsz