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)
程式庫 Uuid.lib
Dll Tapi3.dll

另請參閱

ITPhone

get_Display