itBasicCallControl::Unpark 方法 (tapi3if.h)
Unpark 方法从 park 获取调用。
语法
HRESULT Unpark();
返回值
此方法可以返回其中一个值。
值 | 含义 |
---|---|
|
方法成功。 |
|
不支持寄存操作。 |
|
必须CS_IDLE调用状态。 |
|
操作失败,因为 TAPI 3 DLL 使其超时。超时间隔为两分钟。 |
|
内存不足,无法执行操作。 |
注解
若要取消呼叫的寄存,必须使用 作为呼叫当前寄存位置的目标地址 调用 CreateCall 。 请参阅以下示例。
示例
// Note: the parameters used in this call are obtained from elsewhere in the code.
HRESULT hr = pAddress->CreateCall( bstrAddressToCall,
dwAddressType,
dwMediaTypes,
&pBasicCall
);
// If ( hr != S_OK ) process the error here.
// Select appropriate terminals for call, and then call:
pBasicCall->Unpark();
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | tapi3if.h (包括 Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |