Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
setque
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
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).
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
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.
 
See Also
 
qdb