Microsoft DirectX 8.1 (C++) |
Sets the connection settings to be associated with the specified connection. Calling this method generates a DPL_MSGID_CONNECTION_SETTINGS message to be sent to the client specified by hConnection.
When you set connection settings, the lobby application will add a reference to each of the address objects specified in the call.
HRESULT SetConnectionSettings( const DPNHANDLE hConnection, const DPL_CONNECTION_SETTINGS *const pdplConnectSettings, const DWORD dwFlags );
Returns S_OK if successful, or one of the following error values.
DPNERR_INVALIDPARAM |
DPNERR_INVALIDOBJECT |
DPNERR_INVALIDFLAGS |
Windows NT/2000/XP: Available as a redistributable for Windows 2000 and later.
Windows 98/Me: Available as a redistributable for Windows 98 and later.
Header: Declared in Dplobby8.h.