Gets the version of a topology.
int
tpm_infoversion(
ade_id tpm_id,
char *buffer,
int buflen);
Returns RTNORM or an error code.
tpm_id | The topology ID. |
buffer | Pointer to result buffer. |
buflen | Result buffer length. |
A topology's version is the Data Extension version (ADE) in which the topology was created. For example, "2.026". This function gets the same result as tpm_iterversion. The difference is that tpm_infoversion requires a topology ID, and it works only on topologies that are open.