This method of the DirectPlayLobby Class enumerates the DirectPlayLobby service providers installed on the system.
public void enumServiceProviders(IEnumServiceProvidersCallback callback, IUnknown context);
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. |
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.