int setque(cid, lpqdb) | |||
int cid; | |||
qdb FAR * lpqdb; |
The setque function sets the transmit and receive queues. USER calls this function whenever an application calls the OpenComm function (USER.200).
cid
Identifies the communications device.
lpqdb
Points to a qdb structure.
The return value is zero if the function is successful. Otherwise, the return value is IE_BADID if the cid parameter is not valid.
The export ordinal for this function is 3.