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 January 15, 2014, at 05:58.
Comments or questions about this documentation? Contact us for support!