Microsoft SDK for Java

callbackEnumPlayers

This method of the IEnumPlayersCallback2 Interface is an application-defined callback procedure.

Syntax

public void callbackEnumPlayers(int playerId, int playerType, String playerShortName, String playerLongName, int flags, IUnknown context);

Parameters

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.

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