InitTAPI Method

Navigation:  Reference Guide > Modem > Methods >

InitTAPI Method

Previous pageReturn to chapter overviewNext page

Initializes TAPI before your application conducts TAPI-related modem operation(s).

[Visual Basic]

Public Function InitTAPI() As Boolean

Return Value

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

 

Remarks

Call CloseTAPI method to shut down TAPI functions properly after you call this method.

 

See Also

CloseTAPI Method