AEEVROLE
Brew Release
Brew MP 1.0.2
See Also
None
Description
Specifies the participation Role for a particular attendee.
Members
AEEVROLE_ATTENDEE : Indicates the user as an attendee
AEEVROLE_ORGANIZER : Indicates the user as an organizer
AEEVROLE_OWNER : Indicates the user as an owner
AEEVROLE_DELEGATE : Indicates the user as an delegate
AEEVROLE_CHAIR : Indicates chair of the entity
AEEVROLE_REQ_PARTICIPANT : Indicates the user as an required participant
AEEVROLE_OPT_PARTICIPANT : Indicates the user as an optional participant
AEEVROLE_NON_PARTICIPANT : Indicates the user as an non participant
Definition
#define AEEVROLE_ATTENDEE 0x00000001 #define AEEVROLE_ORGANIZER 0x00000002 #define AEEVROLE_OWNER 0x00000003 #define AEEVROLE_DELEGATE 0x00000004 #define AEEVROLE_CHAIR 0x00000005 #define AEEVROLE_REQ_PARTICIPANT 0x00000006 #define AEEVROLE_OPT_PARTICIPANT 0x00000007 #define AEEVROLE_NON_PARTICIPANT 0x00000008 typedef uint32 AEEVRole;
Comments
None
COMMENTS (0)
See Below