Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'DPSESSIONDESC2'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
DPSESSIONDESC2
[ TDx_Play_Library ]
[ next: DP OK ]
[ prev: DPSECURITYDESC ]
The DPSESSIONDESC2 structure is defined as :-
struct DPSESSIONDESC2 {
DWORD dwSize;
DWORD dwFlags;
GUID guidInstance;
GUID guidApplication;
DWORD dwMaxPlayers;
DWORD dwCurrentPlayers;
union {
LPWSTR lpszSessionName;
LPSTR lpszSessionNameA;
};
union {
LPWSTR lpszPassword;
LPSTR lpszPasswordA;
};
DWORD dwReserved1;
DWORD dwReserved2;
DWORD dwUser1;
DWORD dwUser2;
DWORD dwUser3;
DWORD dwUser4;
};
|
|