Counts the errors in the current group.
int
tpm_cleangroupqty(
ade_id clean_id,
long *qty);
Returns RTNORM or an error code.
clean_id | The model ID returned by tpm_cleanalloc. |
qty | The error count (long). |
For an example that shows how you can use the cleanup functions, see tpm_cleanalloc.