| Microsoft Chat Server SDK Reference |
|---|
This method is called whenever a security access entry is created for the user.
Visual Basic:HRESULT OnAddAccess(IChatUser *User,IChatAccessEntry *Entry,VARIANT_BOOL PostUpdate,long *Cancel);
Function IChatUserCallBack_OnAddAccess( _ByVal User As CHATSVCLib.IChatUser, _ByVal Entry As CHATSVCLib.IChatAccessEntry, _ByVal PostUpdate As Boolean) As Long
OnAddAccess notifications occur only when new access entries are added using the IRC/IRCX protocol. Changes made by extensions through the object model do not trigger callbacks.
When this property changes, the OnUserPropertyChanged method is not called. Extensions that are interested in the OnAddAccess event should register for this notification explicitly.
© 1998 Microsoft Corporation. All rights reserved.