TAPIEx ActiveX Control v3.6

GetLineFromDeviceID

The GetLineFromDeviceID() Return to ITAPILine Interface according to DeviceID

ITAPILine* GetLineFromDeviceID(
DeviceID As Long
);

Parameters

DeviceID . The lines ID , you can obtain line ID through ITAPILine.DeviceID property

Return Values

If the method succeeds, the ITAPILine interface instance. If the DeviceID is invail, it will return NULL.

Remarks

you can obtain line ID through ITAPILine.DeviceID property

See Also

ITAPILine.DeviceID