Programming Guide |
Frees a buffer that contains saved screen data
void sm_sv_free(char *buffer);
buffer
- The address of the buffer to free.
C only
sm_sv_free
releases the save area atbuffer
, created by sm_save_data or sm_sv_data. Once released, this data is no longer accessible.sm_save_data and related functions record up to 10 save area addresses. If you save more than 10 times during a Panther session, Panther frees existing buffers on a first-in/first-out basis. Consequently, you should use this function only if you need to manipulate the save buffers manually.