|
|
|||||||||||||
Interface IEnumServiceProvidersCallbackpublic interface IEnumServiceProvidersCallback extends IUnknown { // Methods public void callbackEnumServiceProviders(_Guid spGuid, String spName, int majorVer, int minorVer, IUnknown context); } Use with the DirectPlay2.enumServiceProviders method to enumerate service providers installed on the system. You can use the DirectPlay2.stopEnumServiceProviders method to stop a service provider enumeration. IUnknown | +--IEnumServiceProvidersCallback MethodscallbackEnumServiceProviderspublic void callbackEnumServiceProviders(_Guid spGuid, String spName, int majorVer, int minorVer, IUnknown context);
|
© 1998 Microsoft Corporation. All rights reserved. Terms of use. |