IPropertyDescription::GetSortDescriptionLabel 方法 (propsys.h)

获取描述当前排序顺序的本地化显示字符串。

语法

HRESULT GetSortDescriptionLabel(
  [in]  BOOL   fDescending,
  [out] LPWSTR *ppszDescription
);

参数

[in] fDescending

类型: BOOL*

如果 ppszDescription 应引用字符串“Z on top”,则为 TRUE;如果为 FALSE,则引用字符串“A on top”。

[out] ppszDescription

类型: LPWSTR*

此方法返回时,包含指向排序说明的指针的地址,作为以 null 结尾的 Unicode 字符串。

返回值

类型: HRESULT

如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。

注解

此方法检索的字符串由属性的 .propdesc 文件中 labelInfo 元素的 sortDescription 属性中设置的标志确定。

当不再需要 ppszDescription 时,调用应用程序负责发布 ppszDescription

要求

要求
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]
目标平台 Windows
标头 propsys.h

另请参阅

IPropertyDescription

属性说明架构