| Customize Help
| Save Settings

MfuncFreeId



Function Map
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 which MIL system’s documentation you should use in its place and any possible differences.
Parameters
This function is not supported on the selected boards.
This function reference has not been updated for the selected MIL system. To show the content of this page, choose a second MIL system; refer to the MIL system's release note to see which MIL system’s documentation to choose and any possible differences.
Parameters
ContextFuncId

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

function map For the MIL function identifier
Click to summarizeValue Description
Click to summarize 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)
Click to summarize 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