ITCallInfo::get_CallInfoString method (tapi3if.h)
The get_CallInfoString method gets call information items described by a string, such as the displayable address.
Syntax
HRESULT get_CallInfoString(
[in] CALLINFO_STRING CallInfoString,
[out] BSTR *ppCallInfoString
);
Parameters
[in] CallInfoString
CALLINFO_STRING indicator of information type needed, such as CIS_DISPLAYABLEADDRESS.
[out] ppCallInfoString
Pointer to BSTR representation of needed string.
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Method succeeded. |
|
Insufficient memory exists to perform the operation. |
|
The ppCallInfoString parameter is not a valid pointer. |
|
The CallInfoString parameter is not a valid value. |
|
The current call state is not valid for this operation. |
Remarks
The application must use SysFreeString to free the memory allocated for the ppCallInfoString parameter.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |