Package com.ms.com.directX Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

Interface IEnumDPCallback

Methods

public interface IEnumDPCallback extends IUnknown {
  public void callbackEnumDP(GuidData g, String name, int MajorVer, int MinorVer, IUnknown lpContext);

}

Use with the EnumServiceProviders method to set the callback function for enumerating DirectPlay® service providers.


Methods


callbackEnumDP

public void callbackEnumDP(GuidData g, String name, int MajorVer, int MinorVer, IUnknown lpContext);

Enumerates DirectPlay® service providers.

Return Value:

No return value.

ParameterDescription
g GuidData object that describes the service provider.
name Name of the service provider.
MajorVer Major version number.
MinorVer Minor version number.
lpContext Address of caller-defined context data.



Top© 1997 Microsoft Corporation. All rights reserved. Terms of Use.