共用方式為


wiasGetDrvItem 函式 (wiamdef.h)

wiasGetDrvItem 函式會擷取驅動程序專案。

語法

HRESULT wiasGetDrvItem(
  [in] BYTE        *pWiasContext,
       IWiaDrvItem **ppIWiaDrvItem
);

參數

[in] pWiasContext

WIA 專案內容的指標。

ppIWiaDrvItem

接收 IWiaDrvItem 介面地址的記憶體位置指標。

傳回值

成功時,函式會傳回S_OK。

如果函式失敗,它會傳回標準 COM 錯誤或其中一個 WIA 錯誤碼

規格需求

需求
目標平台 桌面
標頭 wiamdef.h (包含Wiamdef.h)
程式庫 Wiaservc.lib
Dll Wiaservc.dll

另請參閱

wiasCreateDrvItem

wiasGetRootItem