imaqDisposeObjectReport
Usage
int imaqDisposeObjectReport(ObjectReport* report);
Purpose
Cleans up resources associated with an array of ObjectReport structures.
Parameters
|
Name
|
Type
|
Description
|
|---|---|---|
| report | ObjectReport* | The array of reports whose memory you want to free. |
Return Value
| Type |
Description |
|---|---|
| int | On success, this function returns a non-zero value. On failure, this function returns 0. To get extended error information, call imaqGetLastError(). |