Contents

ABGroupRemoveGroup(_:_:)

Removes a subgroup from a group.

Declaration

func ABGroupRemoveGroup(_ group: ABGroupRef!, _ groupToRemove: ABGroupRef!) -> Bool

Parameters

  • group:

    If NULL, this function raises an exception.

  • groupToRemove:

    The subgroup to be removed from group.

Return Value

true ifsuccessful. If the group parameteris not a subgroup, this function does nothing and returns false.

See Also

Groups