Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 952 Bytes

IntermediateResultArray.md

File metadata and controls

40 lines (29 loc) · 952 Bytes
layout title description keywords needAutoGenerateSidebar permalink
default-layout
IntermediateResultArray Struct - Dynamsoft Barcode Reader SDK C & C++ Edition
This page shows the IntermediateResultArray struct of Dynamsoft Barcode Reader SDK C & C++ Edition.
IntermediateResultArray, struct, c, c++
false
/programming/c-cplusplus/struct/IntermediateResultArray.html

IntermediateResultArray

Stores the intermediate result array.

Typedefs

typedef struct tagIntermediateResultArray  IntermediateResultArray

Attributes

Attribute Type
resultsCount int
results PIntermediateResult*

resultsCount

The total count of intermediate result.

int tagIntermediateResultArray::resultsCount

results

The intermediate result array.

PIntermediateResult* tagIntermediateResultArray::results