DMsgrSessionManagerEvents Dispinterface

Deprecated. The DMsgrSessionManagerEvents dispinterface fires events in the Messenger client when notifications from IMsgrSessionManager are received.

DMsgrSessionManagerEvents Members

Event name Description #define for the event (for use when implementing IDispatch::Invoke)
OnAppRegistered Fires when a new application has been registered. DISPID_ONAPPREGISTERED
OnAppShutdown Fires when Microsoft Windows Messenger is shutting down. DISPID_ONAPPSHUTDOWN
OnAppUnRegistered Fires when an application has been unregistered. DISPID_ONAPPUNREGISTERED
OnInvitation Fires when a new session invitation has been received. DISPID_ONINVITATION
OnLockChallenge Notifies a Messenger client that an authentication challenge from a Messenger service has been received. DISPID_ONLOCKCHALLENGE
OnLockEnable Notifies a Messenger client with the status of the Messenger Lock and Key APIs. DISPID_ONLOCKENABLE
OnLockResult Returns the result of a Lock and Key authentication transaction between a Messenger client and the Microsoft .NET Messenger Service. DISPID_ONLOCKRESULT
OnLockStatusChanged Fires when the lock status changes. DISPID_ONLOCKSTATUSCHANGED

Remarks

Important  DMsgrSessionManagerEvents is no longer available in Windows Vista. See Windows Messenger for more information.

Interface Information

Stock Implementation msnmsgrexe.adeb440d_7847_4f65_80bd_899870ed2ec9
Custom Implementation No
Header and IDL files msgrpriv.h, msgrpriv.idl
Minimum availability Messenger 4.5
Minimum operating systems Windows 95 , Windows NT 4.0 (requires Internet Explorer 5.0 or later)

See Also

IMsgrSessionManager, Messenger Lock and Key API, Messenger Session Invite and Messenger Private APIs