Basic interface for all COM based interfaces
Source position: objpash.inc line 267
type IInterface = IUnknown; |
IInterface is the basic interface from which all COM style interfaces descend.
|
Dispatch interface |
|
|
Interface with RTTI associated with it. |