API Documentation > Enumerated Types > Enum pfcGroupStatus
Enum pfcGroupStatus

# include <pfcFeature.h>

enum
pfcGroupStatus
{
pfcGROUP_NONE,
pfcGROUP_MEMBER,
pfcGroupStatus_nil
};


Description
This enumerated type specifies the group status of the feature.
User Guide References:
Values
pfcGROUP_NONE
A feature does not belong to any group.
pfcGROUP_MEMBER
A feature is member of the group.
pfcGroupStatus_nil
Enum null value.
Was this helpful?