| PMBINDCHANNEL(3) | PMBINDCHANNEL(3) | 
int pmBindChannel(pmContext *pmc, int chan);
pmContext * | 
  pmc | 
  pmContext object | 
|
int | 
  chan | 
  Channel number | 
pmBindChannel() binds a channel chan to a
context pmc.
PM_SUCCESS | 
  Success | 
EINVAL | 
  Invalid channel number | 
EBUSY | 
  Channel is already bound to another context | 
ENOSYS | 
  Operation not supported |