MappFree()函数

Synopsis

Free a MIL application.

Format

void MappFree(ApplicationId)

MIL_ID ApplicationId; Application identifier

Description

This function deallocates a MIL application previously allocated with MappAlloc.

Prior to freeing a MIL application, ensure that all allocated systems, buffers, displays, and digitizers are freed. MappFree must be the last function called in a MIL application; no other MIL command can be executed after a call to this function.

Note, if you use MappAllocDefault to allocate the default MIL application, you must use MappFreeDefault to free the application.

The ApplicationId parameter specifies the application to free.

See also

MappAlloc, MappFreeDefault

《MappFree()函数》上有24条评论

评论已关闭。