[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Implementation of IInterface.QueryInterface
Source position: classesh.inc line 461
public function TInterfacedPersistent.QueryInterface( |
const IID: TGuid; |
out Obj |
):HRESULT; virtual; |
QueryInterface simply calls GetInterface using the specified IID, and returns the correct values.
|
Return a reference to an interface |