TBarCode Library 11
TBarCode Library 11
|
Public API functions to copy a barcode to the Windows 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). |
Public API functions to copy a barcode to the Windows clipboard.
Required include file: "tbarcode.h"