Contains a list of three types of status for use in the CMA_PARTY structure.
Syntax
typedef enum tagCMA_PARTYSTATUS {
PARTYSTATUS_UNKNOWN = 0,
PARTYSTATUS_ACTIVE = 1,
PARTYSTATUS_INACTIVE = 2,
} CMA_PARTYSTATUS;
PARTYSTATUS_UNKNOWN The status of the party is unknown.
PARTYSTATUS_ACTIVE The party is active.
PARTYSTATUS_INACTIVE The party is inactive.
See Also