TBarCode Library 11  TBarCode Library 11
LPCWSTR _stdcall BCGetMetaDataW ( t_BarCode pBarCode)

Returns meta-representation of a barcode.

This function provides access to the meta-data ("row pattern") of the current barcode row. The result of this function is only valid, when it is called in the scope of your callback function (set by BCSetFuncDrawRow()). For details on the returned meta-description check out the TBarCode Library developer manual (Custom Drawing).

See also:
BCSetFuncDrawRow() BCGetColorFromMetaData()
Note:
The rotation set with BCSetRotation(..) has no effect on the row pattern.
Parameters:
[in]pBarCodePointer to barcode structure.
Return values:
LPCSTRMeta-description of barcode row.