Package com.ms.com.directX Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

Interface IEnumPlayersCallback

Methods

public interface IEnumPlayersCallback extends IUnknown {
  public void callbackEnumPlayers(int id, String name, String formal, int dwFlags, IUnknown Context);
}

Use with the EnumGroupPlayers, EnumGroups, and EnumPlayers methods to set the callback function to be called for each group or player.


Methods


callbackEnumPlayers

public void callbackEnumPlayers(int id, String name, String formal, int dwFlags, IUnknown Context);

Application-defined callback procedure.

Return Value:

No return value.

ParameterDescription
id ID of the player or group being enumerated.
name Friendly name of the player or group.
formal Formal name of the player or group.
dwFlags Specifies the flags that were passed to the EnumGroups, EnumGroupPlayers, or EnumPlayers method.
Context Caller-defined context.



Top© 1996 Microsoft Corporation. All rights reserved.