SESSION_STATE Enumerated Type

Deprecated. 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
} SESSION_STATE;

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.

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