Returns the valid items in a topic.
win32
dde-topic-items server topic => item-strings
| server⇩ |
A server object. |
| topic⇩ |
A topic object. |
| item-strings |
A list of strings. |
The generic function dde-topic-items returns a list of strings corresponding to the valid items in the topic. A method specializing server and topic should be defined.
If it is not practical to return a list of the items (for example, if the list is potentially infinite), the generic function returns :unknown.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:10