CRT Documentation: Reference |
[This function does not have a corresponding DOS function.]
Disposes of memory allocated by a call to SaveCrtState.
function FreeCrtState( var SaveState: pointer ): boolean;
True if successful, False on failure.
This function frees the memory allocated from a previous call to SaveCrtState. You do not need to free the pointer if you restored the state by calling RestoreCrtState, as the memory is also freed when the state is restored.
Crt Overview, SaveCrtState, RestoreCrtState