ITPhone::get_Display 方法 (tapi3if.h)

get_Display方法會取得手機的顯示。 在 TAPI 中,顯示器只是 NxM 字元緩衝區。

語法

HRESULT get_Display(
  [out] BSTR *pbstrDisplay
);

參數

[out] pbstrDisplay

手機顯示的 BSTR 表示。 BSTR 是使用 SysAllocString 配置。 客戶端應該解除分配 BSTR 自變數。

傳回值

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

規格需求

需求
目標平台 Windows
標頭 tapi3if.h (包括 Tapi3.h)
程式庫 Uuid.lib
Dll Tapi3.dll

另請參閱

ITPhone

SetDisplay