| MIL 10 Reference
| Customize Help
| Save Settings

MseqFree



See also
Availability
Available in MIL-Lite
Available in MIL

Available on Windows
Not available on Linux

Available on Non-Matrox computer
Available on Matrox 4Sight-X
Available on Matrox 4Sight GP
Available on Matrox Supersight
function map Function map
Examples
Synopsis
Free a sequence context.
Syntax
void MseqFree(
MIL_ID ContextSeqId //in
)
Description

This function deallocates a previously allocated sequence context. The memory reserved for the specified sequence context is released.

Note that this function reference has not been updated for a MIL system added during a MIL update. Refer to the MIL system's release note to see if there is complementary information.
Parameters
This function is not supported on the selected boards.
Parameter
ContextSeqId

Specifies the identifier of the sequence context to deallocate. The sequence context must have been previously allocated using MseqAlloc().

Compilation information
Header Include mil.h.
Library Use mil.lib.
DLL Requires mil.dll.