ITfDisplayAttributeInfo::GetDescription 方法 (msctf.h)
获取显示属性的说明字符串。
语法
HRESULT GetDescription(
[out] BSTR *pbstrDesc
);
parameters
[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 函数