wiasGetRootItem - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wiamdef.h

HRESULT wiasGetRootItem(
  [in]  BYTE *pWiasContext,
  [out] BYTE **ppWiasContext
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wiamdef-wiasgetrootitem)

wiasGetRootItem function

Description

The wiasGetRootItem function retrieves the root item context of a specified WIA item.

Parameters

pWiasContext [in]

Pointer to a WIA item context.

ppWiasContext [out]

Pointer to a memory location that receives the address of the WIA item's root item context.

Return value

On success, the function returns S_OK.

If the function fails, it returns a standard COM error or one of the WIA error codes.

See also

wiasGetDrvItem