LockError enumeration

[LockStatus is no longer available for use as of Windows Vista. See Windows Messenger for more information.]

Do not use. 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.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
End of client support
Windows XP
End of server support
Windows Server 2003
Product
Messenger 4.5
Header
Msgrpriv.h
IDL
Msgrpriv.idl

See also

Messenger Session Invite and Messenger Private APIs

Messenger Lock and Key API