Closes TAPI after you finish TAPI-related modem operation(s).
[Visual Basic] Public Function CloseTAPI() As Boolean |
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