wiasWritePropBin - NtDoc

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

HRESULT wiasWritePropBin(
  [in] BYTE   *pWiasContext,
       PROPID propid,
       LONG   cbVal,
  [in] BYTE   *pbVal
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

wiasWritePropBin function

Description

The wiasWritePropBin function writes a single binary-data property value to a WIA item.

Parameters

pWiasContext [in]

Pointer to a WIA item context.

propid

Specifies the property identifier.

cbVal

Specifies the total number of bytes to write to the item.

pbVal [in]

Pointer to the first byte of an array of bytes to be written to the item.

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_XXX errors (described in the Microsoft Windows SDK documentation).

See also

wiasReadPropBin

wiasWritePropFloat

wiasWritePropGuid

wiasWritePropLong

wiasWritePropStr