TAPIEx ActiveX Control v3.6

CommHandle

The CommHandle property return a handle to the COMM port (datamodem) for this call appearance.

Property CommHandle As long

Parameters

None.

Return Values

is the handle of the open communications port. If the return value is a valid handle, you can use it in subsequent calls to Win32 file functions, such as ReadFile and WriteFile, to send and receive data on the call. When you are finished using the communications port and preferably before you use the DeallocateCall method to deallocate the call, you must close the port by using the CloseHandle function.

Remarks

None.

See Also

None.