The dBarFonth() function is the same as the dBarFont() function except that it also returns the human readable string for the barcode in the human parameter. This is useful for obtain the human readable form including check digit(s)
VB declaration
Declare Function dBarFonth Lib "DFONT32.DLL" (ByVal icode As Integer, ByVal xin As String, ByVal xout As String, ByVal flags As Integer, ByVal human As String) As Integer
C declaration
int WINAPI dBarFonth( int icode, LPSTR sztin, LPSTR sztout, int Flags, LPSTR human);
More: