Returns the source names associated with an i-dispatch
interface.
com
get-i-dispatch-source-names i-dispatch &key all coclass => source-names
i-dispatch⇩ |
An i-dispatch interface. |
all⇩ |
A generalized boolean, default value false. |
coclass⇩ |
The coclass to use, or nil . |
source-names⇩ |
A list. |
The function get-i-dispatch-source-names
returns the source names that are associated with the i-dispatch
interface i-dispatch, which will be used by set-i-dispatch-event-handler.
coclass and all are as described for set-i-dispatch-event-handler.
If you need to call set-i-dispatch-event-handler repeatedly, then it is most efficient to call get-i-dispatch-source-names
once and pass the result source-names to set-i-dispatch-event-handler. This is because set-i-dispatch-event-handler itself calls get-i-dispatch-source-names
if its source-names argument is nil
.
COM/Automation User Guide and Reference Manual - 01 Dec 2021 19:38:41