DMessengerEvents::OnIMWindowDestroyed Event

Deprecated. Indicates that a new conversation window has been closed.

Syntax

void OnIMWindowDestroyed(      
    IDispatch *pIMWindow
);

Parameters

Return Value

No return value.

Event DISPID

DISPID_MUAE_ONIMWINDOWDESTROYED

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
pIMWindow 0 VT_DISPATCH

Note  This event is available for scripting languages.

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