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 .NET]

Public Function InitTAPI() As Boolean

[C#]

public bool InitTAPI();

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 before your application exits.

 

See Also

CloseTAPI Method