| MIL 10 Reference
| Customize Help
| Save Settings

MfuncFreeId



See also
Availability
Available in MIL-Lite
Available in MIL

Available on Windows
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
None.
Synopsis
Free the MIL identifier associated with a user-defined MIL object.
Syntax
void MfuncFreeId(
MIL_ID ContextFuncId, //in
MIL_ID UserObjectFuncId //in
)
Description

This function frees a MIL identifier associated with a user-defined object using the MfuncAllocId() function.

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.
Parameters
ContextFuncId

Specifies a MIL function identifier. This parameter can be set to the following values:

function map For the MIL function identifier
CollapseValue Description
Collapse M_DEFAULT

Specifies the default MIL function identifier. Use M_DEFAULT to free user-defined MIL objects created outside of any particular user-defined MIL function.

(summarize)
Collapse MIL function identifier

Specifies the identifier of a user-defined MIL function.

UserObjectFuncId

Specifies the MIL identifier of the user-defined MIL object to free.

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