DMsgrObjectEvents::OnLocalFriendlyNameChangeResult Event

Deprecated. Indicates that the settings of a user in the local client's User List have changed.

Note  The DMsgrObjectEvents::OnLocalFriendlyNameChangeResult 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::OnMyFriendlyNameChange instead.

Syntax

void OnLocalFriendlyNameChangeResult(      
    long hr,
    IMsgrService *pService,
    BSTR bstrPrevFriendlyName
);

Parameters

  • hr
    [in] Success or error code as a long.
  • pService
    [in] Pointer to an IMsgrService interface.
  • bstrPrevFriendlyName
    [in] BSTR that contains the user's previous friendly name.

Return Value

No return value.

Remarks

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