Microsoft SDK for Java

IEnumServiceProvidersCallback Interface

The IEnumServiceProvidersCallback Interface of the com.ms.directX package is used with the DirectPlay2.enumServiceProviders method to enumerate service providers installed on the system.

You can use the DirectPlay2.stopEnumServiceProviders method to stop a service provider enumeration.

public interface IEnumServiceProvidersCallback extends IUnknown
{
  // Methods
  public void callbackEnumServiceProviders(_Guid spGuid,
        String spName, int majorVer, int minorVer,
        IUnknown context);
}

Hierarchy

IUnknown 
  |
  +--IEnumServiceProvidersCallback

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