Note that the user should delete the bitmap when it is no longer required.
Calls to Bar2Dd are identical except that the handle is of a Device Independent Bitmap
LPHANDLE WINAPI Bar2Db(HANDLE hModule, LPBAR2D bc, int iMult, LPHANDLE &hbm)
LPHANDLE WINAPI Bar2Dd(HANDLE hModule, LPBAR2D bc, int iMult, LPHANDLE &hbm)
where
hModule is the Module handle of the calling application
bc is a BARCODE2D structure - the LPBAR2D cast is required.
iMult is a pixel-scaling factor that is not used in this release of the DLL and should be set to 0 or 1.
hbm is a HANDLE that will contain the handle of the bitmap image on return.
More: