LockError Enumerated Type

Deprecated. Provides a list of Lock and Key error status codes.

Syntax

typedef enum {
    MSGR_E_API_NOTINITIALIZED = 0x81000751,
    MSGR_E_API_LOCKED = 0x81000752,
    MSGR_E_API_UNLOCK_FAILED = 0x81000753,
    MSGR_E_API_ALREADY_UNLOCKED = 0x81000754,
    MSGR_E_API_PENDING_UNLOCK = 0x81000755,
    MSGR_E_API_DISABLED = 0x81000756
} LockError;

Constants

  • MSGR_E_API_NOTINITIALIZED
    The restricted API is not initialized.

  • MSGR_E_API_LOCKED
    The Messenger service API is locked.

  • MSGR_E_API_UNLOCK_FAILED
    The attempt to unlock the Messenger service API was unsuccessful.

  • MSGR_E_API_ALREADY_UNLOCKED
    The Messenger service API is already unlocked.

  • MSGR_E_API_PENDING_UNLOCK
    A challenge request has been made by the application and the Messenger client application is awaiting a response.

  • MSGR_E_API_DISABLED
    The Messenger service API is disabled.

Remarks

Important  LockStatus is no longer available in Windows Vista. See Windows Messenger for more information.

Enumerated Type Information

Header and IDL files msgrpriv.h, msgrpriv.idl
Minimum availability Messenger 4.5
Minimum operating systems Windows 95, Windows NT 4.0 (requires Internet Explorer 5.0 or later)

See Also

Messenger Session Invite and Messenger Private APIs, Messenger Lock and Key API