int WINAPI Bar2D2b3(LPSTR bufin,int ires,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.)
ires is an integer that specifies the target resolution (in pixels per inch) for the bitmap.
imult is an integer that specifies the number of times the bitmap dimensions are increased over the current image size at the specified resolution 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.
The Bar2D2d3 function is provided for creating bitmap images of a specified resolution (ires) in dpi, but is otherwise the same as Bar2D2d().
More: