Microsoft SDK for Java

enumServiceProviders

This method of the DirectPlay2 Class enumerates the DirectPlay service providers installed on the system. Use the stopEnumServiceProviders method to stop the enumeration.

Syntax

public void enumServiceProviders(IEnumServiceProvidersCallback callback, IUnknown context);

Parameters

callback The IenumServiceProvidersCallback interface that contains the callback function to be called with a description of each DirectPlay service provider interface installed in the system.
context The caller-defined data that is passed to the callback function each time the function is invoked.

Remarks

This method enumerates service providers installed in the system, even though the system might not be capable of using those service providers. For example, a TAPI service provider can be enumerated, even though the system might not have a modem installed.

See Also

stopEnumServiceProviders

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