Microsoft SDK for Java

stopEnumGroupPlayers

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

See Also

enumGroupPlayers

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