Microsoft Chat Server SDK Reference

IChatServerCallBack::OnCloseChannel

Notifies the extension that a channel has been removed from the server.

Syntax

C/C++:
HRESULT OnCloseChannel(IChatChannel *Channel);
Visual Basic:
Sub IChatServerCallBack_OnCloseChannel( _
   ByVal Channel As CHATSVCLib.IChatChannel)

Parameters

Channel
Reference to the ChatChannel object that has been closed.

Remarks

Any callback registrations are automatically removed when the channel object is destroyed.

There is no way to cancel this event. The notification is sent after the channel has been closed.


© 1998 Microsoft Corporation. All rights reserved.