MmeasFree()函数

Synopsis

Free a measurement buffer (marker, result or context).

Format

void MmeasFree(MeasId)

MIL_ID MeasId; Measurement buffer identifier

Description

This function deletes the specified marker, result or context buffer identifier and releases any memory associated with it.

The MeasId parameter specifies the identifier of the buffer to free. The buffer must have been successfully allocated with MmeasAllocMarker, MmeasAllocResult, or MmeasAllocContext prior to calling this function.

See also

MmeasAllocMarker, MmeasAllocResult, MmeasAllocContext

《MmeasFree()函数》上有1条评论

评论已关闭。