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::GetConnectionSettings() ]
[ next: Internal_EnumAddressCallback() ]
[ prev: EnumLocalApplications() ]
public:
virtual bool __fastcall GetConnectionSettings( dword pAppID, void* pData, dword* pDataSize );
TDX_PLAYLOBBY::GETCONNECTIONSETTINGS()
[ component method ]
- Description
- Parameters
AppID
The AppID parameter identifies the application for which the connection settings are to be retrieved.
Only set this parameter when the method is called from a lobby client.
Zero should be set when calling the method from an application.
Data
The Data parameter will reference the connection settings if the method returns successfully.
Set NULL to retrieve the required buffer size in the DataSize parameter.
DataSize
The DataSize parameter references the size, in bytes, of the Data buffer.
Before the call, set this to the size of the Data buffer.
After the call, it will indicate how many bytes were written to the Data buffer.
If the Data buffer was too small, this parameter will be set to the required size and DPERR_BUFFERTOOSMALL returned.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|