- decodes text strings previously encoded using Bar2Ddmf(),Bar2Ddmc(), or Bar2Ddmw().
Declared for C as
int WINAPI Bar2Ddmd(LPSTR szIn, LPSTR szOut);
where szIn is a pointer to a string containing the barcode
which is to be decoded;
szOut is a pointer to a string that will receive the
decoded output.
Basic declaration
Private Declare Function Bar2Ddmd Lib "dmatdf" (ByVal szIn As String, ByRef szOut As String) As Long
More: