CleanInterval [LJM User's Guide]
Cleans/deallocates memory for the given IntervalHandle.
Syntax
LJM_ERROR_RETURN LJM_CleanInterval(int IntervalHandle)
Parameters
IntervalHandle [in]
The user-generated interval identifier. This can be anything.
Returns
LJM errorcodes or 0
for no error.
Returns LJME_INVALID_INTERVAL_HANDLE
if IntervalHandle
was not set up using LJM_StartInterval.
Examples
See LJM_StartInterval for an example.