| Microsoft Chat Server SDK Reference |
|---|
This notification allows an extension to modify or cancel a protocol message sent by the user before it is received by the chat service.
Visual Basic:HRESULT OnProtocolMessageIn(IChatUser *User,BSTR *Message,VARIANT_BOOL PostUpdate,long *Cancel);
Function IChatUserCallBack_OnProtocolMessageIn( _ByVal User As CHATSVCLib.IChatUser, _ByRef Message As String, _ByVal PostUpdate As Boolean) As Long
Message during the pre-update notification. Because this notification is triggered whenever the user interacts with the chat service, the extension's implementation of this method should be as efficient as possible.
© 1998 Microsoft Corporation. All rights reserved.