Gets the description of the query result topology.
int
tpm_qrygetresdesc(
char *buffer,
int buflen);
Returns RTNORM or an error code if there is no result topology or it has no description.
buffer | Buffer for result description string (char). |
buflen | Length of buffer for string (int). |
This function passes the topology description through a parameter.
For the buffer parameter, you must allocate at least the number of characters specified by the buflen parameter.