Jump to: navigation, search

AssociationInfoType

Syntax

typedef enum {
	AssociatedToThisSession,
	AssociatedToAnotherSession,
	NotAssociated,
	AssociationNotAllowed
} AssociationInfoType;

Values

  • AssociatedToThisSession — Association type: associated with this session.
  • AssociatedToAnotherSession — Association type: associated with another session.
  • NotAssociated — Association type: not associated.
  • AssociationNotAllowed — Association type: not allowed.
This page was last edited on June 27, 2017, at 20:21.
Comments or questions about this documentation? Contact us for support!