CRT Documentation: Reference |
[This function does not have a corresponding DOS function.]
Restores the state of the console to a previously saved state.
function RestoreCrtState( var SaveState: pointer ): boolean;
True if successful, False on failure.
This function restores the console state to the state specified in SaveState. SaveState should be initialized using SaveCrtState. On success, the memory allocated is also freed.
If you merely want to release the memory allocated from a call to SaveCrtState, simply use FreeCrtState.
Crt Overview, SaveCrtState, FreeCrtState