Goes to the next error group.
int
tpm_cleangroupnext(
ade_id clean_id);
Returns RTNORM or an error code
clean_id | The model ID returned by tpm_cleanalloc. |
The function always returns RTNORM, and fails only when the clean_id parameter is invalid. It cannot inform you when there are no more groups to clean. To check for this condition, use tpm_cleancomplete.
For an example that shows how you can use the cleanup functions, see tpm_cleanalloc.