- decodes text strings previously encoded using Bar2Dqrf(),Bar2Dqrc(), or Bar2Dqrw().
Declared for C as
int WINAPI Bar2Dqrd(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 Bar2Dqrd Lib "aztdf" (ByVal szIn As String, ByRef szOut As String) As Long
More: