Bar2Din

 int WINAPI Bar2Din(LPBAR2D bc, BOOL bt);

where

bc is a BARCODE2D structure - the LPBAR2D cast is required.

bt is a BOOL indicating whether the BARCODE2D structure is to be stored as the default embedded structure.

Calls to Bar2Din fill the embedded BARCODE2D structure with the data contained in the structure pointed to by bc. If bt is non-zero (True) this data is stored and will be available for future runs of the calling program; if bt is 0 (False) the data is not stored and will be lost when the program terminates.

 

More:

Bar2Drd