TBarCode Library 11  TBarCode Library 11
Clipboard

Copy generated barcodes onto the clipboard. More...

Functions

ERRCODE _stdcall BCCopyToClipboard (t_BarCode *pBarCode, LONG nWidth, LONG nHeight)
 Copies barcode to the Windows clipboard (Windows only).
ERRCODE _stdcall BCCopyToClipboardExA (t_BarCode *pBarCode, HDC hDC, LONG nWidth, LONG nHeight, BOOL fTransparent, LPCSTR szFileName)
 Copies barcode to clipboard (extended version, Windows only).
ERRCODE _stdcall BCCopyToClipboardExW (t_BarCode *pBarCode, HDC hDC, LONG nWidth, LONG nHeight, BOOL fTransparent, LPCWSTR szFileName)
 Copies barcode to clipboard (extended version, Windows only).

Detailed Description

Copy generated barcodes onto the clipboard.

Note:
For Windows only.