m_update_apname_list
This function causes a refresh of the A:\APNAME.LST and C:\_DAT\APNAME.LST files. Any new EXM applications in those files are added to the System Manager Task Control Blocks, and any EXM apps no longer in those files relinquish their TCB entries.
- Syntax: int m_update_apname_list(char a)
- Parameters: a is a dummy argument.
- Returns: 0 - if successful
Any other value indicates an error condition.
-1 - Parameter out of range
- Comments: All RAM applications must be closed before calling this function.
Since this function rearranges TCB entries, applications communicating
with eachother through intertask events should "refind" each other.
It may take several subsequent m_actions before any modifications
noticably take effect.