| Package com.ms.com.directX |
Previous |
Microsoft Packages |
Index |
Next |
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.
public void callbackEnumDP(GuidData g, String name, int MajorVer, int MinorVer, IUnknown lpContext);Enumerates DirectPlay® service providers.
Return Value:
No return value.
Parameter Description 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.
| © 1997 Microsoft Corporation. All rights reserved. Terms of Use. |