|
|
||||||||||||||
Interface IEnumPlayersCallback2public interface IEnumPlayersCallback2 extends IUnknown { // Methods public void callbackEnumPlayers(int playerId, int playerType, String playerShortName, String playerLongName, int flags, IUnknown context); } Use with the DirectPlay2.enumGroupPlayers, DirectPlay2.enumGroups, and DirectPlay2.enumPlayers methods to set the callback function to be called for each group or player. You can use the DirectPlay2.stopEnumPlayers method to stop a player enumeration. IUnknown | +--IEnumPlayersCallback2 MethodscallbackEnumPlayerspublic void callbackEnumPlayers(int playerId, int playerType, String playerShortName, String playerLongName, int flags, IUnknown context);
|
© 1998 Microsoft Corporation. All rights reserved. Terms of use. |