RSP_cleanup

Name

RSP_cleanup -- Clear all API memory.

Synopsis

int RSP_postMessage(RSP_moduleBackend *mod);

Description

This function cleans up all related memory that has been used internally by the RSP Module API. This must be called before your module exits (and only after you have finished with all other RSP Module API function calls).

Returns

Nothing.

Error Conditions

No errors can occur with this function.