Programming Guide



sm_sv_free

Frees a buffer that contains saved screen data

void sm_sv_free(char *buffer);

buffer
The address of the buffer to free.

Environment

C only

Description

sm_sv_free releases the save area at buffer, 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.

See Also

sm_save_data, sm_sv_data