Programming Guide



sm_rmformlist

Purges the memory-resident form list

void sm_rmformlist(void);

Environment

C only

Description

sm_rmformlist erases the memory-resident form list established by sm_formlist, and releases the memory used to hold it. It does not release any of the memory-resident JPL modules or screens. Calling this function prevents sm_r_window, sm_jplcall, and related functions from finding memory-resident objects.

Example

/* Hide all the memory-resident screens, perhaps
* because the disk versions have been modified. */

sm_rmformlist();

See Also

sm_formlist