Share via


IPhotoAcquireProgressCB::StartItemDelete 

Previous Next

IPhotoAcquireProgressCB::StartItemDelete

The StartItemDelete method provides extended functionality each time the deletion of an individual item from the device begins. The application provides the implementation of the StartItemDelete method.

Syntax

  HRESULT StartItemDelete(
  UINT  nItemIndex,
  IPhotoAcquireItem*  pPhotoAcquireItem
);

Parameters

nItemIndex

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

pPhotoAcquireItem

[in] Pointer to the IPhotoAcquireItem object that is being deleted.

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