VB declaration
Declare Function dBarFontc Lib "DFONT32.DLL" (ByVal icode As Long, ByVal xin As String, ByVal flags As Long) As Long
C declaration
int WINAPI dBarFontc( int icode, LPSTR sztin, int Flags);
where the parameters have the same meaning as for dBarFont().
The dBarFontc function generates the barcode characters and copies them to the clipboard. Note that the characters pasted from the clipboard into another application will need to have their font property set.
The function returns –1 in the case of an error, or 0 in the case of success.
More: