Defines or or undefines a query result topology.
int
tpm_qrysetrestopo(
char *result_name,
char *result_desc);
Returns RTNORM or an error code.
result_name | The name of the query result topology or NULL. |
result_desc | The description of the query result topology or NULL |
A description is optional. Its presence or absence has no effect on the query. Regarding the name:
- If no name is specified, then no query result topology is defined. If a definition already exists, it is canceled.
- If the name begins with an asterisk (*), the next query result is a temporary topology.
- If the name begins with any other acceptable character, the next query result is a standard topology.