IColumnMapper::GetPropInfoFromName 方法 (indexsrv.h)
从名称中获取属性信息。 这将返回参数 ppPropId 中的 DBID 指针,该指针现在必须由调用方释放,而不是被调用方 (此类) 释放。
语法
HRESULT GetPropInfoFromName(
[in] const WCHAR *wcsPropName,
[out] DBID **ppPropId,
[out] DBTYPE *pPropType,
[out] unsigned int *puiWidth
);
parameters
[in] wcsPropName
要查找的属性名称。
[out] ppPropId
属性的返回 ID。
[out] pPropType
属性的返回类型。
[out] puiWidth
返回属性宽度。
返回值
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | indexsrv.h |
可再发行组件 | Windows NT 4.0 选项包 |