| Microsoft Chat Server SDK Reference |
|---|
Notifies the extension that a security entry has been added to the server.
Visual Basic:HRESULT OnAddAccess(IChatServer *Server,IChatAccessEntry *Entry,VARIANT_BOOL PostUpdate,long *Cancel);
Function IChatServerCallBack_OnAddAccess( _ByVal Server As CHATSVCLib.IChatServer, _ByVal Entry As CHATSVCLib.IChatAccessEntry, _ByVal PostUpdate As Boolean) As Long
An extension can use the Type property of the ChatAccessEntry object to quickly distinguish between network and server access entries.
© 1998 Microsoft Corporation. All rights reserved.