QueryInterface-methods {RDCOMEvents}R Documentation

Method for RDCOMEventServer for querying if interface is supported by server.

Description

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.

Methods

obj = "ANY", guid = "ANY"
the generic!. This is in the RDCOMServer package.
obj = "RDCOMEventServer", guid = "character"
the method consults the GUIDs provided by the server that it implements and compares the GUID specified in the query to those. It returns a logical value indicating whether the given GUID is in the server's GUID collection.

[Package RDCOMEvents version 0.3-1 Index]