Packages
 In this topic

*Methods

 

Packages   PreviousThis PackageNext
Package com.ms.directX   Previous This
Package
Next

 


Interface IEnumServiceProvidersCallback

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

Use 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.

IUnknown
  |
  +--IEnumServiceProvidersCallback

Methods

callbackEnumServiceProviders

public void callbackEnumServiceProviders(_Guid spGuid, String spName,
        int majorVer, int minorVer, IUnknown context);

Application-defined callback method used to enumerate DirectPlay service providers installed on a system.

Return Value:

No return value.

ParameterDescription
spGuid The unique identifier of the Microsoft® DirectPlay® service provider.
spName A string containing the driver description.
majorVer The major version number of the driver.
minorVer The minor version number of the driver.
context An application-defined context.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.