BarCdm and BarCdmx

 - generates a metafile (BarCdm) or Enhanced metafile (BarCdmx) image from a data string using the current default barcode properties.

LPHANDLE WINAPI BarCdm(LPSTR string,LPRECT lpRectin,LPHANDLE lphmf, int isteer)

where string is a pointer to a character string containing the data to be placed in the barcode, lpRectin is a pointer to a RECT structure that may contain the HIMETRIC coordinates of the barcode image, lphfm is a pointer to the image metafile handle, and isteer is an integer flag.

If isteer is non-zero the contents of lpRectin are ignored on entry and the current default values are used. If isteer is zero then the size contents of lpRectin overrides the current default values. In either case lpRectin is filled by the routine so that the programmer can identify the size of the image created.

 

More:

BarCdd and BarCddc