Microsoft SDK for Java

stopEnumServiceProviders

This method of the DirectPlay2 Class stops a service provider enumeration. You must use this method to stop an enumeration, because, unlike native code that has a boolean return value for enumeration methods, Java enumeration methods return void.

Syntax

public void stopEnumServiceProviders();

See Also

enumServiceProviders

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