Copies barcode into meta file (extended version, Windows only). 
- Attention:
- phEMF must be released with the DeleteEnhMetaFile function if no longer used. 
- See also:
- BCGetEnhMetaFile() 
- Parameters:
- 
  
    | [in] | pBarCode | Pointer to barcode structure. |  | [out] | phEMF | Meta file handle to be drawn in. |  | [in] | hDC | Device context to copy from (default: NULL). |  | [in] | nWidth | Width of barcode to copy. |  | [in] | nHeight | Height of barcode to copy. |  | [in] | fTransparent | Barcode transparent or not |  
 
- Return values:
- 
  
    | ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |