|
iDRS™ SDK 16
|
Interface for IBarcodeEnginePostprocess wrapper. More...
Go to the source code of this file.
Functions | |
| IBarcodeEnginePostprocess | IBarcodeEnginePostprocess_Create (PtrPostprocessFn ptrPostprocessFn, idrs_exception *pargException) |
| Creates a new IBarcodeEnginePostprocess object. | |
| void | IBarcodeEnginePostprocess_Destroy (IBarcodeEnginePostprocess argIBarcodeEnginePostprocess, idrs_exception *pargException) |
| Destroys a IBarcodeEnginePostprocess handle. | |
| IDRS_ERROR | IBarcodeEnginePostprocess_Postprocess (IBarcodeEnginePostprocess argIBarcodeEnginePostprocess, CBarcodeArray argResults, enum BarcodeEngineIdentifier const uiSourceEngine, idrs_exception *pargException) |
| Postprocess executes postprocessing on the supplied barcode results. | |
| CBarcodeEnginePostprocessArray | ArrayInterface_Create_CBarcodeEnginePostprocessArray (idrs_exception *pargException) |
| Creates a new CBarcodeEnginePostprocessArray object. | |
Interface for IBarcodeEnginePostprocess wrapper.
| CBarcodeEnginePostprocessArray ArrayInterface_Create_CBarcodeEnginePostprocessArray | ( | idrs_exception * | pargException | ) |
Creates a new CBarcodeEnginePostprocessArray object.
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IBarcodeEnginePostprocess IBarcodeEnginePostprocess_Create | ( | PtrPostprocessFn | ptrPostprocessFn, |
| idrs_exception * | pargException | ||
| ) |
Creates a new IBarcodeEnginePostprocess object.
| ptrPostprocessFn | Postprocess function pointer |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void IBarcodeEnginePostprocess_Destroy | ( | IBarcodeEnginePostprocess | argIBarcodeEnginePostprocess, |
| idrs_exception * | pargException | ||
| ) |
Destroys a IBarcodeEnginePostprocess handle.
| argIBarcodeEnginePostprocess | IBarcodeEnginePostprocess handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_ERROR IBarcodeEnginePostprocess_Postprocess | ( | IBarcodeEnginePostprocess | argIBarcodeEnginePostprocess, |
| CBarcodeArray | argResults, | ||
| enum BarcodeEngineIdentifier const | uiSourceEngine, | ||
| idrs_exception * | pargException | ||
| ) |
Postprocess executes postprocessing on the supplied barcode results.
| argIBarcodeEnginePostprocess | IBarcodeEnginePostprocess handle |
| argResults | Barcode results |
| uiSourceEngine | Engine that generated the results |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_SUUCESS | if everything is OK, error code otherwise |