SESSION_STATE enumeration

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

Do not use. Provides the list of possible state codes of the session invitation.

Syntax

typedef enum  { 
  SS_UNKNOWN,
  SS_READY,
  SS_INVITATION,
  SS_ACCEPTED,
  SS_CONNECTED,
  SS_CANCELLED,
  SS_DECLINED,
  SS_TERMINATED
} LockError;

Constants

SS_UNKNOWN

Unknown response.

SS_READY

The session is ready.

SS_INVITATION

The session is an invitation.

SS_ACCEPTED

The session is accepted.

SS_CONNECTED

The session is not ready.

SS_CANCELLED

The local session canceled.

SS_DECLINED

The session is remotely canceled.

SS_TERMINATED

Protocol error.

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