Moves the iterator to the next topology.
int
tpm_iternext(
ade_id iter_id);
Returns RTNORM or, if an error occurs or another topology is not present, RTERROR.
iter_id | Iterator ID. |
The first time this function is called after tpm_iterstart, it sets the iterator on the first topology definition.
For an example that shows how you can use Topology Iterating functions to find all the topologies the system knows about, see tpm_iterstart.