bstr_node_disable(3) — Subroutines
Name
bstr_node_disable − Disables a Node, preventingApplication Management Services from performing operations on it.
Syntax
bstr_t_status bstr_node_disable (
bstr_t_reference ∗node,
bstr_t_rcb ∗control);
Description
The bstr_node_disable procedure disables the node Node object so that Application Management Services can no longer perform operations on it.
Arguments
node
access: read
The name of the Node that you wish to disable.
control
access: read
The address of an optional request control block.
Return Values
| BSTR_S_NORMAL | Normal successful completion |
See Also
| bstr_node_enable | # |