Microsoft SDK for Java

enumServiceProviders

This method of the DirectPlayLobby Class enumerates the DirectPlayLobby service providers installed on the system.

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 on the system.
context 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 enabled to use those service providers. For example, a TAPI service provider can be enumerated, even though the system might not have a modem installed.

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