Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Play_Library v2.00 Component Reference
|
|
[ TDx_Play::SetSessionDesc() ]
[ next: StartSession() ]
[ prev: SetPlayerName() ]
public:
virtual bool __fastcall SetSessionDesc( TDPSessionDesc* pSessDesc );
TDX_PLAY::SETSESSIONDESC()
[ component method ]
- Description
- Parameters
SessDesc
The SessDesc parameter references a TDPSessionDesc component defining the new session settings.
The DPSESSION_JOINDISABLED, DPSESSION_NEWPLAYERSDISABLED, DPSESSION_NODATAMESSAGES and DPSESSION_PRIVATE flags can be changed, along with the name and password of the session and any application defined data.
The maximum number of players can also be modified, although you cannot specify a lower maximum than the current number of players.
Attempts to change any of the other session properties will either generate an error or be ignored.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|