OnProtocolMessage EventOnProtocolMessage Event*
*Contents  *Index  *Topic Contents
*Previous Topic: OnPrivateMessage Event
*Next Topic: OnServerProperty Event

OnProtocolMessage Event

Fires for any incoming server message when the ProcessProtocolMessages property is set to FALSE.

Syntax

object_OnProtocolMessage(MessagePrefix, MessageCommand, MessageParameters, EnableDefault)

Parameters

objectRequired. An object expression that evaluates to an MsChatPr control.
MessagePrefixRequired. A string expression.
MessageCommandRequired. A string expression.
MessageParametersRequired. An array of string variants.
EnableDefaultRequired. An OLE_ENABLEDEFAULTBOOL.

Remarks

If the ProcessProtocolMessages property is set to TRUE, this event is fired for incoming messages that are not internally treated by the control.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.