|
ChatWnd::ResetInfoMessage
The ChatWnd::ResetInfoMessage function resets the message
currently displayed in the "information area" of the chat window.
The current message is replaced by the default message normally
displayed by Messenger. If no custom message is currently being
displayed, the function does nothing.
Syntax
ResetInfoMessage(
);
Parameters
None.
Return Value
No value is returned by this function.
This function typically fails for the following reason:
- The ChatWnd object refers to a window that has been
destroyed.
Remarks
This function should be used to force the default message of
Messenger to be put back in the chat window after a call to
DisplayInfoMessage.
If more messages are in queue, they are also discarded, that's why
this function should be used for very specific reasons only.
Function Information
| Object |
ChatWnd |
| Availability |
Messenger Plus! Live 4.50 |
See Also
ChatWnd Object, DisplayInfoMessage.
|