wiasGetDrvItem - NtDoc

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

HRESULT wiasGetDrvItem(
  [in] BYTE        *pWiasContext,
       IWiaDrvItem **ppIWiaDrvItem
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

wiasGetDrvItem function

Description

The wiasGetDrvItem function retrieves a driver item.

Parameters

pWiasContext [in]

Pointer to a WIA item context.

ppIWiaDrvItem

Pointer to a memory location that receives the address of an IWiaDrvItem Interface.

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

wiasCreateDrvItem

wiasGetRootItem