Deletes a cleanup action from the action list.
(tpm_cleanactionlistdel clean_var_id index)
Returns T or nil.
clean_var_id | Cleanup variables ID (real) returned by tpm_varalloc |
index | Position in the list of the action to delete (integer) |
The clean_var_id argument references properties for the cleanup operation 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.
ADSRX Equivalent
int
tpm_cleanactionlistdel
ade_id clean_var_id,
long index);
Returns RTNORM or an error code.