int WINAPI Bar2D2d(LPSTR bufin,int imult,LPHANDLE hdib);
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.
hdib is a pointer to a HANDLE that receives the HDIB handle. Note that it is the users responsibility to delete this bitmap when no longer required.
Calls to Bar2D2d create the barcode Device Independent Bitmap image using the barcode data in the string pointed to by bufin and the properties specified in the embedded BARCODE2D structure; the DIB handle is placed in hdib 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: