include vcomm.inc
mov ax, VCOMM_PM_API_SetCom ;function number
mov ebx, hPort
les dx, pDcb ;ES:DX -> DCB
call [_VCOMMCallAddr] ;protected-mode API address
Sets the state of a communications resource.
_DCB, _VCOMM_SetCommState