Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |