共用方式為


wiasGetChildrenContexts 函式 (wiamdef.h)

wiasGetChildrenContexts 函式會擷取屬於目前專案子系的專案內容陣列。

語法

HRESULT wiasGetChildrenContexts(
  [in]  BYTE  *pParentContext,
  [out] ULONG *pulNumChildren,
  [out] BYTE  ***pppChildren
);

參數

[in] pParentContext

父專案的指標。

[out] pulNumChildren

接收子系內容數目的記憶體位置指標。

[out] pppChildren

指向其元素為 IWiaItem 物件位址之陣列的記憶體位置指標。 每個 IWiaItem 物件都代表一個子內容。

傳回值

成功時,函式會傳回S_OK。

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

規格需求

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