QueryInterface-methods {RDCOMEvents} | R Documentation |
This method provides an implementation for
the RDCOMEventServer of the DCOM
IUnknown
interface method to query
whether the server implements a specific interface.
Such a query by a client to this R-implemented server
results in a call to the QueryInterface
and this method.
The method merely consults the vector GUIDs in the server
and sees if the particular GUID is in that collection.
This method could, and probably should, be moved
to the RDCOMServer
package if
RDCOMEventServer
was made a proper class
that also inherited from the COM server.
RDCOMServer
package.