wiasWritePropStr - NtDoc

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

HRESULT wiasWritePropStr(
  [in]           BYTE   *pWiasContext,
                 PROPID propid,
  [in, optional] BSTR   bstr
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

wiasWritePropStr function

Description

The wiasWritePropStr function writes a single string property value to a WIA item.

Parameters

pWiasContext [in]

Pointer to a WIA item context.

propid

Specifies the property identifier.

bstr [in, optional]

Specifies the string property value to write 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

wiasReadPropStr

wiasWritePropBin

wiasWritePropFloat

wiasWritePropGuid

wiasWritePropLong