| PMREMOVENODE(3) | PMREMOVENODE(3) | 
int pmRemoveNode(pmContext *pmc, int node);
| pmContext * | pmc | pmContext object: must be a PM_COMPOSITEtype | |
| int | node | Node number in pmc | 
pmRemoveNode() removes a member node from node
in pmc.
PM_COMPOSITE contexts supports this operation.
| PM_SUCCESS | Success | 
| EINVAL | Invalid node number | 
| No context is associated with node | |
| EIO | Internal error | 
| ENOSYS | Operation not supported |