This method of the IServiceProvider Interface retrieves the interface pointer for a requested interface on a service.
public void QueryService(_Guid guidService, _Guid riid, Object[] ppvObject);
guidService | The GUID for the service. |
riid | The identifier of the requested interface. |
ppvObject | The returned interface. |