PMCONTROLSEND(3)
PM Programmer's Manual
PMCONTROLRECEIEVE(3)
NAME
pmControlReceive - control the receiver side of a context

SYNOPSIS
int pmControlReceive(pmContext *pmc, int enable);

ARGUMENTS
pmContext * pmc
IN
pmContext object
int enable
IN
Channel number

IMPLEMENTATION LEVEL
BASE

DESCRIPTION
pmControlReceive() controls the receiver side of context pmc. If enable is not zero, sending messages are enabled, otherwise disabled.

RETURN VALUE
PM_SUCCESS Success


$Id: pmControlReceive.html,v 1.1.1.1 2002/02/12 02:00:13 kameyama Exp $