iTfDisplayAttributeInfo::GetDescription 方法 (msctf.h)
取得顯示內容的描述字串。
語法
HRESULT GetDescription(
[out] BSTR *pbstrDesc
);
參數
[out] pbstrDesc
接收描述字串的 BSTR 值指標。 此值必須使用 SysAllocString來配置。 當不再需要時,呼叫端必須使用 SysFreeString 釋放此記憶體。
傳回值
這個方法可以傳回下列其中一個值。
值 | 描述 |
---|---|
|
此方法成功。 |
|
pbstrDesc 無效。 |
需求
最低支援的用戶端 | Windows 2000 專業版 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows 2000 Server [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | msctf.h |
Dll | Msctf.dll |
可轉散發套件 | Windows 2000 專業版上的 TSF 1.0 |
另請參閱
ITfDisplayAttributeInfo 介面、 SysAllocString 函式、 SysFreeString 函式