This method of the IEnumPlayersCallback2 Interface is an application-defined callback procedure.
public void callbackEnumPlayers(int playerId, int playerType, String playerShortName, String playerLongName, int flags, IUnknown context);
playerId | ID of the player or group being enumerated. |
playerType | The type of player, either DPPLAYERTYPE_GROUP or DPPLAYERTYPE_PLAYER. |
playerShortName | The short name of the player. |
playerLongName | The long name of the player. |
flags | Specifies the flags that were passed to the enumGroups enumGroupPlayers, or enumPlayers, method. |
context | The caller-defined context. |