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

  • Flag

  • Description

  • ADM_CHANGEGROUPMEMBERSHIPACTION_ADD

  • Indicates that the object will be added to a group.

  • ADM_CHANGEGROUPMEMBERSHIPACTION_REMOVE

  • Indicates that the object will be removed from a group.

Requirements

Minimum required version: 2009.1

See also