ITTAPI::Shutdown method (tapi3if.h)

The Shutdown method shuts down a TAPI session.

Syntax

HRESULT Shutdown();

Return value

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
S_FALSE
TAPI session has already been shut down.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.

Remarks

One reason why Shutdown might fail is if Initialize was not previously called successfully.

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h (include Tapi3.h)
Library Uuid.lib
DLL Tapi3.dll

See also

ITTAPI

TAPI Object