IServiceProvider.QueryService(Guid, Guid, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Queries the service that is passed as the argument.
public:
int QueryService(Guid % guidService, Guid % riid, [Runtime::InteropServices::Out] System::Object ^ % ppvObject);
public int QueryService (ref Guid guidService, ref Guid riid, out object ppvObject);
abstract member QueryService : Guid * Guid * obj -> int
Public Function QueryService (ByRef guidService As Guid, ByRef riid As Guid, ByRef ppvObject As Object) As Integer
Parameters
- guidService
- Guid
Specifies the service.
- riid
- Guid
- ppvObject
- Object