This method of the DirectPlay2 Class stops a 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.
public void stopEnumPlayers();