GetTypeName2D

int WINAPI GetTypeName2D(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 GetTypeName2D Lib "Dls2dun" (ByRef co As Long, ByVal na$) As Long

More:

SetDpi2D