- allows the default barcode characteristics to be set directly.
Declared for C as
int WINAPI BarCdvs(LPSTR szfname,LPINT fht, LPINT codei,LPINT flagsi);
where szfname is the default barcode font name
fht is the default font height
codei is the default barcode type
flagsi is the default barcode characteristics.
Basic declaration
Private Declare Function BarCdvs Lib "dlunif" (ByVal szFname As String, ByRef fht As Long, ByRef code As Long, ByRef flgs As Long) As Long
More: