|
TBarCode Library 11
TBarCode Library 11
|
| ERRCODE _stdcall BCGetEnhMetaFile | ( | t_BarCode * | pBarCode, |
| HENHMETAFILE * | phEMF, | ||
| LONG | nWidth, | ||
| LONG | nHeight | ||
| ) |
Copies barcode into meta file (Windows only).
| [in] | pBarCode | Pointer to barcode structure. |
| [out] | phEMF | Meta file handle to be drawn in. |
| [in] | nWidth | Width of barcode to copy. |
| [in] | nHeight | Height of barcode to copy. |
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |