DMsgrSessionEvents::OnAppNotPresent Event

Deprecated. Fires when the application requested by the invitation is not present.

Syntax

void OnAppNotPresent(      
    BSTR bstrAppName,
    BSTR bstrAppURL
);

Parameters

  • bstrAppName
    [in] BSTR that specifies the name of the application.
  • bstrAppURL
    [in] BSTR that specifies the URL of the application.

Return Value

No return value.

Event DISPID

DISPID_ONAPPNOTPRESENT

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

Remarks

Important  DMsgrSessionEvents::OnAppNotPresent is no longer available in Windows Vista. See Windows Messenger for more information.

See Also

DMsgrSessionEvents::OnAccepted, DMsgrSessionEvents::OnCancelled, DMsgrSessionEvents::OnContextData, DMsgrSessionEvents::OnDeclined, DMsgrSessionEvents::OnReadyToLaunch, DMsgrSessionEvents::OnSendError, DMsgrSessionEvents::OnStateChanged, DMsgrSessionEvents::OnTermination, Messenger Lock and Key API, Messenger Session Invite and Messenger Private APIs