DMsgrObjectEvents::OnLocalStateChangeResult Event

Deprecated. Indicates that the status of the local client has been changed or that a status change was attempted.

Note  The DMsgrObjectEvents::OnLocalStateChangeResult event is available for use in Microsoft Windows Messenger 4.7. It might be altered or unavailable in subsequent versions of Windows Messenger. You should use DMessengerEvents::OnMyStatusChange instead.

Syntax

void OnLocalStateChangeResult(      
    long hr,
    MSTATE mLocalState,
    IMsgrService *pService
);

Parameters

  • hr
    [in] Success or error code as a long.
  • mLocalState
    [in] MSTATE enumerated type.
  • pService
    [in] Pointer to an IMsgrService interface.

Return Value

No return value.

Remarks

Important  DMsgrObjectEvents::OnLocalStateChangeResult is no longer available in Windows Vista. See Windows Messenger for more information.