Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The EndItemDelete
method provides extended functionality each time a file is deleted from the image source. The application provides the implementation of the EndItemDelete
method.
Syntax
HRESULT EndItemDelete(
[in] UINT nItemIndex,
[in] IPhotoAcquireItem *pPhotoAcquireItem,
[in] HRESULT hr
);
Parameters
[in] nItemIndex
Integer value containing the item index.
[in] pPhotoAcquireItem
Pointer to the deleted IPhotoAcquireItem object.
[in] hr
Specifies the result of the delete operation.
Return value
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 |
---|---|
|
The method succeeded. |
|
This method is not yet implemented |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | photoacquire.h |
Library | PhotoAcquireUID.lib |