Packages
 In this topic

*Fields

 

Packages   PreviousThis PackageNext
Package com.ms.directX   Previous This
Package
Next

 


Class DPSessionDesc

public final class DPSessionDesc
{
  // Fields
  public int currentPlayers;
  public int flags;
  public int maxPlayers;
  public int reserved1;
  public int reserved2;
  public int user1;
  public int user2;
  public int user3;
  public int user4;
}

Contains a description of the capabilities of an DirectPlay session.

See also enumSessions.

Fields

currentPlayers
Current players and groups in the session.
flags
One of DPOPEN_CREATESESSION, DPOPEN_OPENSESSION, or DPENUMSESSIONS_ALL.
maxPlayers
Maximum number of players and groups allowed in this session. This field is ignored if the application is not creating a new session.
reserved1
Reserved.
reserved2
Reserved.
user1
User-specific data for the game or session.
user2
User-specific data for the game or session.
user3
User-specific data for the game or session.
user4
User-specific data for the game or session.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.