IPhotoAcquirePlugin::TransferComplete method (photoacquire.h)

Provides extended functionality when a transfer session is completed. The application provides the implementation of the TransferComplete method.

Syntax

HRESULT TransferComplete(
  [in] HRESULT hr
);

Parameters

[in] hr

Specifies the result of the transfer operation.

Return value

The method returns an HRESULT. Your implementation is not limited to the following return values.

Return code Description
S_OK
The method succeeded.
E_NOTIMPL
The method is not implemented

Requirements

Requirement Value
Target Platform Windows
Header photoacquire.h
Library PhotoAcquireUID.lib

See also

IPhotoAcquirePlugin Interface