VCOMM_PM_API_TrmCom

include vcomm.inc

mov     ebx, hPort
mov     ax, VCOMM_PM_API_TrmCom     ;function number
call    [_VCOMMCallAddr]
 

Calls the _VCOMM_CloseComm service.

hPort
Communications resource handle.

See Also

_VCOMM_CloseComm