Microsoft SDK for Java

stopEnumGroups

This method of the DirectPlay2 Class stops a group 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 stopEnumGroups();

See Also

enumGroups

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