Bar2D2h2

int WINAPI Bar2D2h2(HDC hDC,LPSTR bufin,LPPOINT lpPt);

where

hDC is the handle of the device context into which the barcode image will be draw.

lpPt if a pointer to a POINT structure which contains the top, left coordinates in device coordinates at which the drawing of the barcode image will start.

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

Calls to Bar2D2h2 draw an enhanced metafile image into the Device Context hDC using the barcode data in the string pointed to by bufin and the properties specified in the embedded BARCODE2D structure, with the top,left coordinates being pointed to by the lpPt parameter (in HIMETRIC units). The call returns an error code in the event of an error, otherwise it returns 0.

 

More:

Bar2D2c