Bar2D2c

int WINAPI Bar2D2c(LPSTR bufin);

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.)

Calls to Bar2D2c copy the image of the barcode to the Windows Clipboard, using the barcode data in the string pointed to by bufin and the properties specified in the embedded BARCODE2D structure. The call returns an error code in the event of an error, otherwise it returns 0.

 

More:

Bar2D2f