All Manuals > LispWorks COM/Automation User Guide and Reference Manual > 4 Automation Reference Entries

NextPrevUpTopContentsIndex

get-i-dispatch-source-names

Function
Summary

Returns the source names associated with an i-dispatch interface.

Package

com

Signature

get-i-dispatch-source-names i-dispatch &key all coclass => source-names

Arguments

i-dispatch

An i-dispatch interface.

all

A generalized boolean, default value false.

coclass

The coclass to use, or nil.

Values

source-names

A list.

Description

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.

Notes

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.

See also
set-i-dispatch-event-handler

LispWorks COM/Automation User Guide and Reference Manual - 14 Feb 2015

NextPrevUpTopContentsIndex