DBR_DecodeDIB Function

Decodes barcode from a handle of device-independent bitmap (DIB).

Syntax

int DBR_DecodeDIB(
        HANDLE hDIB,
        const pReaderOptions pOption,
        pBarcodeResultArray *ppResults
);

Parameters

hDIB
Handle of the device-independent bitmap (DIB).
pOption
The options for reading barcode.
ppResults
A structure containing barcode results..

Return Value

Zero if the function completed successfully; otherwise nonzero.

See Also

C > Structs > ReaderOptions
C > Structs > BarcodeResultArray
C > Function > DecodeBIDRect
C > Constant > BarcodeFormat
C > Constant > Error List