Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |