wiasSetItemPropNames 函式 (wiamdef.h)
wiasSetItemPropNames 函式會將屬性名稱寫入項目屬性。
語法
HRESULT wiasSetItemPropNames(
[in] BYTE *pWiasContext,
LONG cItemProps,
[in, out] PROPID *ppId,
[in, out] LPOLESTR *ppszNames
);
參數
[in] pWiasContext
WIA 專案內容的指標。
cItemProps
指定要寫入的屬性名稱數目。
[in, out] ppId
屬性標識碼 (PROPID) 呼叫端配置陣列之第一個專案的指標。
[in, out] ppszNames
要寫入之屬性名稱呼叫端配置陣列之第一個專案的指標。
傳回值
成功時,函式會傳回S_OK。 如果函式失敗,它會傳回標準 COM 錯誤或其中一個WIA_ERROR_XXX錯誤, (Microsoft Windows SDK 檔) 中所述。
備註
Minidrivers 通常會在初始化項目屬性時使用此函式。 ppId 中的屬性識別元順序必須符合 ppSzNames 中的屬性名稱順序。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 可在 Microsoft Windows Me 和 Windows XP 和更新版本的 Windows 作業系統中使用。 |
目標平台 | 桌面 |
標頭 | wiamdef.h (包含Wiamdef.h) |
程式庫 | Wiaservc.lib |
Dll | Wiaservc.dll |