Defines or or undefines a query result topology.
(tpm_qrysetrestopo result_name result_desc)
Returns T or nil.
result_name | Name of the query result topology (string) or nil |
result_desc | Description of the query result topology (string) or nil |
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.