OpenDOF Project
void DOSContext_Restore ( DOSContext_Saved  context)

Restores a context saved with DOSContext_Save().

The send buffer is restored with the same data it contained when the context was saved, if any. Any data in the send buffer at the time of this call, is lost.

Parameters
contextThe context to restore.
Note
This will call your free callback with the DOSMEMORYHINT_CONTEXT_SAVE hint.
core-c-cos Version 7.0.1 Build 0
2018-02-08