HRESULT QueryService( REFGUID guidService, REFIID riid, void** ppvObject );
See IServiceProvider::QueryService in the Platform SDK.
Remarks
Creates or accesses the specified service and returns an interface pointer to the specified interface for the service.
IServiceProviderImpl Overview | Class Members
See Also