DMessengerEvents::OnSignout Event

Deprecated. Indicates that the local client has signed out of the primary service.

Syntax

void OnSignout(VOID);

Return Value

No return value.

Event DISPID

DISPID_MUAE_ONSIGNOUT

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

Remarks

This event is used to verify that the local client is signing out. This event is generated by signing out through the user interface (UI) or the IMessenger::Signout method.

Note  This event is available for scripting languages.

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

See Also

DMessengerEvents::OnAppShutdown