Share via


IPhotoAcquireProgressCB::StartItemTransfer 

Previous Next

IPhotoAcquireProgressCB::StartItemTransfer

The StartItemTransfer method provides extended functionality each time the transfer of an item begins. The application provides the implementation of the StartItemTransfer method.

Syntax

  HRESULT StartItemTransfer(
  UINT  nItemIndex,
  IPhotoAcquireItem*  pPhotoAcquireItem
);

Parameters

nItemIndex

[in] Integer value containing the item index in the list of items to transfer.

pPhotoAcquireItem

[in] Pointer to the IPhotoAcquireItem object that is to be transferred.

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 implemented.

Requirements

Header: Defined in PhotoAcquire.h

Library: Use PhotoAcquireUID.lib

See Also

Previous Next