GetCodeName

int WINAPI GetCodeName(LPINT code, LPSTR name);

Returns in the name string the name of the barcode type whose code value is pointed to in code.

Where code is a pointer to an integer containing the code value returned whose name is required

name is a pointer to a string that will receive the name string. This string must exist and be at least 24 characters long prior to the call

The call may be made from Visual Basic or Visual Basic for Applications, in which case the following Basic declaration will be required in the calling program:

Private Declare Function GetCodeName Lib "Dls2d4" (ByRef co As Long, ByVal na$) As Long

 

More:

Bar2DAsk and Bar2DAskEx