IPluggableTransport::CloseConnection
Use the CloseConnection method to terminate an existing communications link after a conference has ended.
HRESULT CloseConnection(
BSTR bstrConnectionID);
Parameters
- bstrConnectionID
[in] The unique connection identifier (ID) saved from CreateConnection.
Return Values
- S_OK
This connection has been closed successfully. - E_POINTER
The parameter bstrConnectionID is NULL. - E_INVALIDARG
The parameter bstrConnectionID is an invalid connection identifier. - E_OUTOFMEMORY
There has been a memory allocation failure.
Requirements
** Windows NT/2000:** Requires Windows NT 4.0 SP3 or later.
** Windows 95/98:** Requires Windows 95 or later. Available as a redistributable for Windows 95.
** Version:** Requires NetMeeting 3.0 or later.
** Header:** Iplgxprt.idl.