SysComCloseΒΆ

This function of type BOOL closes the COM port. For that purpose the port handle, which has been got by SysComOpen, must be given as input parameter. The return value will be TRUE after a successful operation, otherwise FALSE.

Input Variable Data Type Description
dwHandle DWORD Port handle, acquired by SysComOpen