IColumnMapper::GetPropInfoFromName 方法 (indexsrv.h)
從名稱取得屬性資訊。 這會在 參數 ppPropId 中傳回 DBID 指標,此指標現在必須由呼叫端釋放,而不是由被呼叫者 (此類別) 。
語法
HRESULT GetPropInfoFromName(
[in] const WCHAR *wcsPropName,
[out] DBID **ppPropId,
[out] DBTYPE *pPropType,
[out] unsigned int *puiWidth
);
參數
[in] wcsPropName
要查閱的屬性名稱。
[out] ppPropId
屬性的傳回識別碼。
[out] pPropType
屬性的傳回類型。
[out] puiWidth
傳回屬性寬度。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
需求
最低支援的用戶端 | Windows 2000 專業版 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | indexsrv.h |
可轉散發套件 | Windows NT 4.0 選項套件 |