Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The Shutdown method shuts down a TAPI session.
Syntax
HRESULT Shutdown();
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Method succeeded. |
|
TAPI session has already been shut down. |
|
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 |