DMessengerEvents::OnIMWindowCreated Event
Deprecated. Indicates that a new conversation window has been opened.
Syntax
void OnIMWindowCreated( 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_ONIMWINDOWCREATEDThe 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 Important DMessengerEvents::OnIMWindowCreated is no longer available in Windows Vista. See Windows Messenger for more information.
Note This event is available for scripting languages.
interface on the