DMsgrObjectEvents::OnLogonResult Event

Deprecated. Indicates that an attempt has been made to sign in to the primary service.

Note  The DMsgrObjectEvents::OnLogonResult 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::OnSignin instead.

Syntax

void OnLogonResult(      
    long hr,
    IMsgrService *pService
);

Parameters

  • hr
    [in] Success or error code as a long.
  • pService
    [in] Pointer to an IMessengerService interface.

Return Value

No return value.

Remarks

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