DMsgrSessionManagerEvents::OnAppUnRegistered Event

Deprecated. Fires when an application has been unregistered.

Syntax

void OnAppUnRegistered(      
    BSTR bstrAppGUID
);

Parameters

  • bstrAppGUID
    [in] BSTR that defines the application's GUID.

Return Value

No return value.

Event DISPID

DISPID_ONAPPUNREGISTERED

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

Remarks

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

See Also

DMsgrSessionManagerEvents::OnAppRegistered, DMsgrSessionManagerEvents::OnAppShutdown, DMsgrSessionManagerEvents::OnInvitation, Messenger Session Invite and Messenger Private APIs, Messenger Lock and Key API