ADM_CHANGEGROUPMEMBERSHIPACTION_ENUM
The ADM_CHANGEGROUPMEMBERSHIPACTION_ENUM enumeration specifies whether the IAdmChangeGroupMembershipAction interface represents the Add object to a group or the Remove object from a group action.
Syntax
enum ADM_CHANGEGROUPMEMBERSHIPACTION_ENUM
{
ADM_CHANGEGROUPMEMBERSHIPACTION_ADD = 0, //0x0
ADM_CHANGEGROUPMEMBERSHIPACTION_REMOVE = 1, //0x1
}
Constants
Requirements
Minimum required version: 2009.1