MIL_ID ContextAppId | //in |
This function deallocates a MIL application previously allocated with MappAlloc().
When freeing a MIL application, you must free it in the thread in which it was allocated. Also, in a given thread, MappFree() must be the last MIL function called; no other MIL function can be executed in a thread after a call to this function. Prior to freeing a MIL application, ensure that all systems, buffers, displays, and digitizers allocated in the thread are freed.
Note, if you use MappAllocDefault() to allocate the default MIL application, you must use MappFreeDefault() to free the application.
Header | Include mil.h. |
Library | Use mil.lib. |
DLL | Requires mil.dll. |