Share via


IPhotoAcquireProgressCB::EndItemTransfer 

Previous Next

IPhotoAcquireProgressCB::EndItemTransfer

The EndItemTransfer method provides extended functionality each time a file is transferred from the image source. The application provides the implementation of the EndItemTransfer method.

Syntax

  HRESULT EndItemTransfer(
  UINT  nItemIndex,
  IPhotoAcquireItem*  pPhotoAcquireItem,
  HRESULT  hr
);

Parameters

nItemIndex

[in] Integer value containing the item index.

pPhotoAcquireItem

[in] Pointer to a photo acquire item object.

hr

[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. Any failing HRESULT other than E_NOTIMPL is fatal and will cause the transfer to abort.

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

Requirements

Header: Defined in PhotoAcquire.h

Library: Use PhotoAcquireUID.lib

See Also

Previous Next