Bar2Dazd ()

 - decodes text strings previously encoded using Bar2Dazf(),Bar2Dazc(), or Bar2Dazw().

Declared for C as

int WINAPI Bar2Dazd(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 Bar2Dazd Lib "aztdf" (ByVal szIn As String, ByRef szOut As String) As Long

 

More:

The Aztec control