Bar2D2b

 int WINAPI Bar2D2b(LPSTR bufin,int imult,LPHANDLE hbm);

where

bufin is a pointer to a null-terminated string containing the barcode data. (Group 2 calls cannot include ASCII 0 in a data stream.)

imult is an integer that specifies the number of times the bitmap dimensions are increased over the current screen size of the image to generate the bitmap.

hbm is a pointer to a HANDLE that receives the HBITMAP handle. Note that it is the users responsibility to delete this bitmap when no longer required.

Calls to Bar2D2b create the barcode bitmap image using the barcode data in the string pointed to by bufin and the properties specified in the embedded BARCODE2D structure; the bitmap handle is placed in hbm and is imult times larger than the size specified in the embedded BARCODED3D structure . The call returns an error code in the event of an error, otherwise it returns 0.

 

More:

Bar2D2d