DMessengerEvents::OnIMWindowContactRemoved Event

Deprecated.  Indicates that a contact has been removed from the ongoing conversation.

Syntax

void OnIMWindowContactRemoved(      
    IDispatch *pContact,
    IDispatch *pIMWindow
);

Parameters

Return Value

No return value.

Event DISPID

DISPID_MUAE_ONIMWINDOWREMOVE

The DISPID for this event is defined in msgrua.h. Use this value to identify the event handler when implementing IDispatch::Invoke.

Remarks

To be used when writing custom ::Invoke methods to handle these events.

Parameter vaArgs[x] Variant Type
pContact 0 VT_DISPATCH
pIMWindow 1 VT_DISPATCH

Important  DMessengerEvents::OnIMWindowContactRemoved is no longer available in Windows Vista. See Windows Messenger for more information.

Note  This event is available for scripting languages.