Share via


IPhotoAcquirePlugin::TransferComplete 

Previous Next

IPhotoAcquirePlugin::TransferComplete

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

Syntax

  HRESULT TransferComplete(
  HRESULT  hrTransfer
);

Parameters

hrTransfer

[in] Specifies the result of the transfer operation.

Return Values

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

Header: Defined in PhotoAcquire.h

Library: Use PhotoAcquireUID.lib

See Also

Previous Next