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::Internal_EnumSessionsCallback() ]
[ next: Open() ]
[ prev: Internal_EnumPlayersCallback() ]
public:
static BOOL __stdcall Internal_EnumSessionsCallback( LPCDPSESSIONDESC2 pThisSD, LPDWORD pTimeOut, DWORD pFlags, LPVOID pContext );
TDX_PLAY::INTERNAL_ENUMSESSIONSCALLBACK()
[ component method ]
- Description
- Parameters
ThisSD
The ThisSD parameter references a TDPSessionDesc component describing the session currently being enumerated.
TimeOut
The TimeOut parameter contains the curent timeout value.
This value can be increased if the DPESC_TIMEDOUT flag is returned.
Flags
The Flags parameter defines a flag indicating enumeration status.
The described effect applies when the flag is set.
This parameter is typically set to zero.
DPESC_TIMEDOUT
A timeout condition occured while waiting for session information.
Context
The Context parameter references application defined data passed to the callback fuinction.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|