CloseTAPI Method

Navigation:  Reference Guide > Modem >

CloseTAPI Method

Previous pageReturn to chapter overviewNext page

Closes TAPI after you finish TAPI-related modem operation(s) for all communication channels.

CloseTAPI(VARIANT_BOOL *Result);

Parameters

Result

    If the method succeeds, the value of variable pointed to by Result is VARIANT_TRUE, otherwise the value is VARIANT_FALSE.

 

Remarks

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

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

 

See Also

InitTAPI Method