Skip to content

Latest commit

 

History

History
78 lines (48 loc) · 2.88 KB

-wia-iwiatransfercallback.md

File metadata and controls

78 lines (48 loc) · 2.88 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
The IWiaTransferCallback interface receives callbacks during a data transfer.
8fcaccf5-4d7b-4984-97ec-ec8c838a8360
IWiaTransferCallback interface (Wia.h)
reference
05/31/2018
APIRef
kbSyntax
IWiaTransferCallback
COM
Wiaguid.lib
Wiaguid.dll

IWiaTransferCallback interface

The IWiaTransferCallback interface receives callbacks during a data transfer.

Members

The IWiaTransferCallback interface inherits from the IUnknown interface. IWiaTransferCallback also has these types of members:

Methods

The IWiaTransferCallback interface has these methods.

Method Description
GetNextStream Gets a new stream for the specified item.
TransferCallback Provides progress and other notifications during a transfer.

 

Remarks

Image processing filter developers should implement this interface and the IWiaImageFilter interface.

The IWiaTransferCallback interface, like all Component Object Model (COM) interfaces, inherits the IUnknown interface methods.

IUnknown Methods Description
IUnknown::QueryInterface Returns pointers to supported interfaces.
IUnknown::AddRef Increments reference count.
IUnknown::Release Decrements reference count.

 

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Wia.h
IDL
Wia.idl
Library
Wiaguid.lib