|
DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
|
#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 |
Used to describe the properties of a DirectPlay session instance
| union { ... } DPSESSIONDESC2::@127 |
| union { ... } DPSESSIONDESC2::@129 |
| DWORD DPSESSIONDESC2::dwCurrentPlayers |
Current # players in session (read only)
| DWORD DPSESSIONDESC2::dwFlags |
DPSESSION_xxx flags.
| DWORD DPSESSIONDESC2::dwMaxPlayers |
Maximum # players allowed in session.
| DWORD DPSESSIONDESC2::dwReserved1 |
Reserved for future MS use.
| DWORD DPSESSIONDESC2::dwReserved2 |
| DWORD DPSESSIONDESC2::dwSize |
Size of structure.
| DWORD DPSESSIONDESC2::dwUser1 |
For use by the application.
| DWORD DPSESSIONDESC2::dwUser2 |
| DWORD DPSESSIONDESC2::dwUser3 |
| DWORD DPSESSIONDESC2::dwUser4 |
| GUID DPSESSIONDESC2::guidApplication |
GUID of the DirectPlay application. GUID_NULL for all applications.
| GUID DPSESSIONDESC2::guidInstance |
ID for the session instance.
| LPWSTR DPSESSIONDESC2::lpszPassword |
< Password of the session (optional)
Unicode
| LPSTR DPSESSIONDESC2::lpszPasswordA |
ANSI.
| LPWSTR DPSESSIONDESC2::lpszSessionName |
< Name of the session
Unicode
| LPSTR DPSESSIONDESC2::lpszSessionNameA |
ANSI.