ITAddressCapabilities::EnumerateCallTreatments method (tapi3if.h)
The EnumerateCallTreatments method gets call treatments. This method is provided for applications written in C/C++ and Java.
Syntax
HRESULT EnumerateCallTreatments(
[out] IEnumBstr **ppEnumCallTreatment
);
Parameters
[out] ppEnumCallTreatment
Pointer to call treatment enumeration.
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Method succeeded. |
|
Method not implemented. |
|
Insufficient memory exists to perform the operation. |
Remarks
TAPI calls the AddRef method on the IEnumBstr interface returned by ITAddressCapabilities::EnumerateCallTreatments. The application must call Release on the IEnumBstr interface to free resources associated with it.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |