ReleaseDataMatrixStruct

#include "BIBRDM.H"

 

int CALLBACK ReleaseDataMatrixStruct (
HANDLE    DMStructHandle,
int                 BarcodeNum)

Description

The ReleaseDataMatrixStruct function frees up the DataMatrix struct array allocated by the ReadAllDataMatricesOnImage function.

Parameters

HANDLE

DMStructHandle

Handle of the input DIB.

int

BarCodeNum

Number of elements in the array.

Return values

ReleaseDataMatrixStruct returns 0 on success, or a non-zero value on failure. See the Data Matrix Reading Error Codes for possible error values.

Programming notes

Requirements

Header :     Declared in BIBrDM.h; include BIBrDM.h.

Library :    Use BIBrDM.lib (32 bit version) or BIBrDMx.lib (64 bit version).

DLLs :       BIBrDM.dll (32 bit version) or BIBrDMx.dll (64 bit version).