wiasGetItemType - NtDoc

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

HRESULT wiasGetItemType(
  [in] BYTE *pWiasContext,
       LONG *plType
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

wiasGetItemType function

Description

The wiasGetItemType function indicates the item type.

Parameters

pWiasContext [in]

Pointer to a WIA item context.

plType

Pointer to a memory location that receives a value indicating the type of the item.

For more information, see WIA Item Type Flags.

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.