Copies barcode to the Windows clipboard (Windows only). 
Copies barcode to the Windows clipboard. Call this function after BCCreate(). For Windows 95/98/ME: the used meta-file format (EMF) is not fully supported by these Windows versions. No problems for Windows 2000 or higher are to be expected. 
- Note:
 - WINDOWS only 
 
- Parameters:
 - 
  
    | [in] | pBarCode | Pointer to barcode structure.  | 
    | [in] | nWidth | Width of barcode to copy in pixels (of the physical screen).  | 
    | [in] | nHeight | Height of barcode to copy in pixels (of the physical screen).  | 
  
   
- Return values:
 - 
  
    | ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred.  |