DMessengerEvents::OnIMWindowDestroyed Event
Deprecated. Indicates that a new conversation window has been closed.
Syntax
void OnIMWindowDestroyed( IDispatch *pIMWindow );
Parameters
- pIMWindow
[in] Pointer to a IDispatchinterface on the MessengerConversationWnd object that corresponds to the added contact. Using this pointer, clients can now code to its IMessengerConversationWnd interface.
Return Value
No return value.
Event DISPID
DISPID_MUAE_ONIMWINDOWDESTROYEDThe 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.
interface on the