DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
DPSESSIONDESC2 Struct Reference

#include <dplay.h>

Data Fields

DWORD dwSize
 Size of structure. More...
 
DWORD dwFlags
 DPSESSION_xxx flags. More...
 
GUID guidInstance
 ID for the session instance. More...
 
GUID guidApplication
 
DWORD dwMaxPlayers
 Maximum # players allowed in session. More...
 
DWORD dwCurrentPlayers
 Current # players in session (read only) More...
 
union {
   LPWSTR   lpszSessionName
 < Name of the session More...
 
   LPSTR   lpszSessionNameA
 ANSI. More...
 
}; 
 
union {
   LPWSTR   lpszPassword
 < Password of the session (optional) More...
 
   LPSTR   lpszPasswordA
 ANSI. More...
 
}; 
 
DWORD dwReserved1
 Reserved for future MS use. More...
 
DWORD dwReserved2
 
DWORD dwUser1
 For use by the application. More...
 
DWORD dwUser2
 
DWORD dwUser3
 
DWORD dwUser4
 

Detailed Description

Used to describe the properties of a DirectPlay session instance

Field Documentation

◆ 

union { ... } DPSESSIONDESC2::@127

◆ 

union { ... } DPSESSIONDESC2::@129

◆ dwCurrentPlayers

DWORD DPSESSIONDESC2::dwCurrentPlayers

Current # players in session (read only)

◆ dwFlags

DWORD DPSESSIONDESC2::dwFlags

DPSESSION_xxx flags.

◆ dwMaxPlayers

DWORD DPSESSIONDESC2::dwMaxPlayers

Maximum # players allowed in session.

◆ dwReserved1

DWORD DPSESSIONDESC2::dwReserved1

Reserved for future MS use.

◆ dwReserved2

DWORD DPSESSIONDESC2::dwReserved2

◆ dwSize

DWORD DPSESSIONDESC2::dwSize

Size of structure.

◆ dwUser1

DWORD DPSESSIONDESC2::dwUser1

For use by the application.

◆ dwUser2

DWORD DPSESSIONDESC2::dwUser2

◆ dwUser3

DWORD DPSESSIONDESC2::dwUser3

◆ dwUser4

DWORD DPSESSIONDESC2::dwUser4

◆ guidApplication

GUID DPSESSIONDESC2::guidApplication

GUID of the DirectPlay application. GUID_NULL for all applications.

◆ guidInstance

GUID DPSESSIONDESC2::guidInstance

ID for the session instance.

◆ lpszPassword

LPWSTR DPSESSIONDESC2::lpszPassword

< Password of the session (optional)

Unicode

◆ lpszPasswordA

LPSTR DPSESSIONDESC2::lpszPasswordA

ANSI.

◆ lpszSessionName

LPWSTR DPSESSIONDESC2::lpszSessionName

< Name of the session

Unicode

◆ lpszSessionNameA

LPSTR DPSESSIONDESC2::lpszSessionNameA

ANSI.


The documentation for this struct was generated from the following file: