Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Play_Library v2.00 Component Reference
|
|
[ TDx_PlayLobby::ConnectEx() ]
[ next: Create() ]
public:
virtual HRESULT __fastcall ConnectEx( dword pFlags, REFIID pIID, void** pDP );
TDX_PLAYLOBBY::CONNECTEX()
[ component method ]
- Description
- Parameters
Flags
The Flags parameter defines a flag indicating how to establish the connection.
The described effect applies when the flag is set.
The default value of zero indicates the method will return after connection is made or it times out.
DPCONNECT_RETURNSTATUS
The method will obtain the connection status and return immediately.
The method will return DPERR_CONNECTING immediately, call the method periodically until DP_OK is returned.
IID
The IID parameter identifies which com interface to return.
The possible values are:
IID_IDirectPlay4A
IID_IDirectPlay4
DP
The DP parameter references a TDx_Play component to be initialized with the interface specified by the IID parameter.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|