itPhone::SetDisplay 方法 (tapi3if.h)
SetDisplay 方法设置将在手机显示器的给定行和列中显示的内容。
语法
HRESULT SetDisplay(
[in] long lRow,
[in] long lColumn,
[in] BSTR bstrDisplay
);
参数
[in] lRow
显示行。
[in] lColumn
显示列。
[in] bstrDisplay
要显示的值的 BSTR 表示形式。
返回值
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | tapi3if.h (包括 Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |