![]() | ![]() | 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_freereleases the save area atbuffer, created bysm_save_dataorsm_sv_data. Once released, this data is no longer accessible.
sm_save_dataand 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.