SESSION_FLAGS 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 flag codes for the session invitation.

Syntax

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

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.

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