MIL_ID ContextOrResultCodeId | //in |
This function deletes the specified code context (and all its models) or code result buffer identifier, and releases any memory associated with it.
To only delete individual models in the context, use McodeModel() with M_DELETE.
All code contexts and all code result buffers allocated on a particular system must be freed before the system can be freed.
Specifies the identifier of the code context or code result buffer to free. These must have been successfully allocated (with McodeAlloc() or McodeAllocResult()) prior to calling this function.
Header | Include mil.h. |
Library | Use mil.lib; milcode.lib. |
DLL | Requires mil.dll; milcode.dll. |