typedef enum { AssociatedToThisSession, AssociatedToAnotherSession, NotAssociated, AssociationNotAllowed } AssociationInfoType;
AssociatedToThisSession
—
Association type: associated with this session.
AssociatedToAnotherSession
—
Association type: associated with another session.
NotAssociated
—
Association type: not associated.
AssociationNotAllowed
—
Association type: not allowed.