The BarFontc call generates a barcode string using the x parameter as the data and the current default barcode properties. The barcode string is then copied to the clipboard
VB declaration
Declare Function BarFontc Lib "DFONT32.DLL" (ByVal x As String) As Long
C declaration
int WINAPI BarFontc(LPSTR szin);
More: