setque

  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).

Parameters

cid

Identifies the communications device.

lpqdb

Points to a qdb structure.

Return Value

The return value is zero if the function is successful. Otherwise, the return value is IE_BADID if the cid parameter is not valid.

Comments

The export ordinal for this function is 3.