Microsoft SDK for Java

QueryService

This method of the IServiceProvider Interface retrieves the interface pointer for a requested interface on a service.

Syntax

public void QueryService(_Guid guidService, _Guid riid, Object[] ppvObject);

Parameters

guidService The GUID for the service.
riid The identifier of the requested interface.
ppvObject The returned interface.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.