COMEventServerInfo-class {RDCOMEvents} | R Documentation |
Objects of this class contain information used to describe the different methods a COM event handler might implement for a particular event interface. This meta-information is combined with user-specified functions to implement a particular event handler.
Objects can be created by calls of the form new("COMEventServerInfo", ...)
.
methods
:"list"
a named list of
functions that are used as the methods of the event handler. The
names should correspond to the names in ids
.ids
:"numeric"
,
inherited from COMInterfaceServerInfo-class
classId
:SCOMClass-class
guids
:SCOMClass-class
help
:SCOMClass-class
name
:SCOMClass-class
progId
:SCOMClass-class
version
:SCOMClass-class
signature(methods =
"COMEventServerInfo", ids = "ANY")
:
constructor function for creating the description of an event
handler from information in a type library.Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinRegistry
connectConnectionPoint
getConnectionPoints