Microsoft Chat Server SDK Reference

IChatServerCallBack::OnRemoveAccess

Notifies the extension that a security entry has been removed from the server.

Syntax

C/C++:
HRESULT OnRemoveAccess(
   IChatServer *Server,
   IChatAccessEntry *Entry);
Visual Basic:
Sub IChatServerCallBack_OnRemoveAccess( _
   ByVal Server As CHATSVCLib.IChatServer, _
   ByVal Entry As CHATSVCLib.IChatAccessEntry)

Parameters

Server
Reference to global ChatServer object.
Entry
Reference to ChatAccessEntry object being removed.

Remarks

There is no way to cancel this event. The notification is sent after the access entry has been removed.

An extension can use the Type property of the ChatAccessEntry object to quickly distinguish between network and server access entries.

See Also

Type


© 1998 Microsoft Corporation. All rights reserved.