SESSION_FLAGS Enumerated Type

Deprecated. Provides the list of possible flag codes for the session invitation.

Syntax

typedef enum {
    SF_NONE = 0x0000,
    SF_INVITER = 0x0001,
    SF_INVITER = 0x0002,
    SF_APP_INVITE_COMPATIBLE = 0x0004
} SESSION_FLAGS;

Constants

  • SF_NONE
    No such value.

  • SF_INVITER
    The party that holds the session object is the inviter.

  • SF_INVITER
    The party that holds the session object is the recipient.

  • SF_APP_INVITE_COMPATIBLE
    The application shared between users is compatible.

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