DMsgrSessionEvents::OnSendError Event

Deprecated. Fires when the last operation fails when sending.

Syntax

void OnSendError(      
    long hr
);

Parameters

  • hr
    [in] HRESULT that defines the error code for the operation.

Return Value

No return value.

Event DISPID

DISPID_ONSENDERROR

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::OnSendError is no longer available in Windows Vista. See Windows Messenger for more information.

See Also

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