Microsoft SDK for Java

callbackEnumServiceProviders

This method of the IEnumServiceProvidersCallback Interface is an application-defined callback method used to enumerate DirectPlay service providers installed on a system.

Syntax

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

Parameters

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.

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