imaqDisposeCircularEdgeReport
Usage
int imaqDisposeCircularEdgeReport(CircularEdgeReport* report);
Purpose
Cleans up resources associated with a CircularEdgeReport structure.
Parameters
Name
|
Type
|
Description
|
---|---|---|
report | CircularEdgeReport* | The report 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(). |