VCOMM_PM_API_Setup

include vcomm.inc

mov     ax,VCOMM_PM_API_Setup       ;function number
cCall   [_VCOMMCallAddr], <hPort, InQueue, InSize, OutQueue, OutSize>
add     sp, 16
 

Calls the _VCOMM_SetupComm service.

hPort
Communications resource handle.
InQueue and InSize
Base address and size of the receive queue.
OutQueue and OutSize
Base address and size of the transmit queue.

See Also

_VCOMM_SetupComm