itPhone::get_PhoneCapsLong 方法 (tapi3if.h)
get_PhoneCapsLong 方法根据传入的PHONECAPS_LONG枚举获取手机的 DWORD 功能。 执行此方法之前,应用程序不必调用 ITPhone::Open 。
语法
HRESULT get_PhoneCapsLong(
[in] PHONECAPS_LONG pclCap,
[out] long *plCapability
);
参数
[in] pclCap
电话功能的 PHONECAPS_LONG 描述符。
[out] plCapability
功能值。
返回值
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
目标平台 | Windows |
标头 | tapi3if.h (包括 Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |