container_remove_invoke
container_remove_invoke
Removes the invocation point from a container.
Signature
Status container_remove_invoke(
Capref cont )
Arguments
- cont - Specifies a container from which the invocation point will
be removed.
Semantics
This call is used to remove a previously defined
invocation
point from the container specified by cont. It is an error to
attempt to remove the invocation point from a container which has not had its
invocation point defined by a call to
container_set_invoke.
While cont does not have an invocation point, calls to
invoke
using capabilities granting the right to invoke will fail.
Status
Fails if cont is an invalid capref.
Fails if cont does not refer to a container.
Fails if cont does not have a defined invocation point.
See Also
Invocation
container_set_invoke