CWiauPropertyList::SendToWia method (wiautil.h)

The CWiauPropertyList::SendToWia method calls the WIA service to define all of the properties currently contained in the property list object.

Syntax

HRESULT SendToWia(
  BYTE *pWiasContext
);

Parameters

pWiasContext

Pointer to a WIA item context that previously was passed in a call to the IWiaMiniDrv::drvInitItemProperties> method.

Return value

On success, the CWiauPropertyList::SendToWia method returns S_OK. If the property list contains no properties, the method returns E_FAIL.

Remarks

The CWiauPropertyList::SendToWia method should be called only after all properties have been defined and their values set.

Requirements

Requirement Value
Target Platform Desktop
Header wiautil.h (include Wiautil.h, Wiamindr.h)

See also

CWiauPropertyList

IWiaMiniDrv::drvInitItemProperties