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