Deletes a cleanup action from the action list.
int
tpm_cleanactionlistdel
ade_id clean_var_id,
long index);
Returns RTNORM or an error code.
clean_var_id | The cleanup variables ID returned by tpm_varalloc. |
index | The position in the list of the action to delete. |
The clean_var_id argument references properties for the cleanup action that you are preparing to initiate (see Cleanup Variables). These properties include the action list.
The index argument is a zero-based position in the action list. A value greater than or equal to the list size or less than 0 returns an error.