MmeasFree
| Board | Supported |
|---|---|
| Host System | Yes |
| V4L2 | Yes |
| Clarity UHD | Yes |
| Concord PoE | No |
| GenTL | Yes |
| GevIQ | Yes |
| GigE Vision | Yes |
| Indio | No |
| Iris GTX | Yes |
| Radient eV-CL | Yes |
| Rapixo CL | Yes |
| Rapixo CoF | Yes |
| Rapixo CXP | Yes |
| USB3 Vision | Yes |
Free a measurement context, marker buffer, or result buffer.
Syntax
void MmeasFree(
AIL_ID MeasId //in
)
Description
This function deletes the specified marker buffer, result buffer, or context identifier and releases any memory associated with it, unless M_UNIQUE_ID was specified during allocation.
Parameters
MeasId (in, AIL_ID)
Specifies the measurement identifier to free. The identifier must have been successfully allocated with MmeasAllocMarker, MmeasAllocResult, or MmeasAllocContext prior to calling this function.