This method of the IEnumServiceProvidersCallback Interface is an application-defined callback method used to enumerate DirectPlay service providers installed on a system.
public void callbackEnumServiceProviders(_Guid spGuid, String spName, int majorVer, int minorVer, IUnknown context);
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. |