The getTypeName() function may be used to obtain the name of the barcode type(s) supportd by the library.
Declaration
Int getTypeName(int iType, char * szName)
iType - is the barcode type for which the name is required
szName - is a string buffer that receives that barcode type name as a null-terminated string. This buffer must exist and be at least 24 bytes in length.
The function returns -1 if the call is successful, with the type name copied to the szName buffer; it returns 0 if the value of iType is not supported.