CloseTAPI Method

Navigation:  Reference Guide > Modem > Methods >

CloseTAPI Method

Previous pageReturn to chapter overviewNext page

Closes TAPI after you finish TAPI-related modem operation(s).

[Visual Basic .NET]

Public Function CloseTAPI() As Boolean

[C#]

public bool CloseTAPI();

Return Value

If the function succeeds, the return value is true, otherwise the return value is false.

 

Remarks

If InitTAPI API is called, this method must be called in order to shut down TAPI functions properly.

If a phone line connection is established, be sure to set the DropCall property to true before call this function.

 

See Also

InitTAPI Method   |   DropCall Property