IPhotoAcquireProgressCB::EndDelete method (photoacquire.h)
The EndDelete
method provides extended functionality when deletion of files from the image source is complete. The application provides the implementation of the EndDelete
method.
Syntax
HRESULT EndDelete(
[in] HRESULT hr
);
Parameters
[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. |
|
The method is not yet implemented |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | photoacquire.h |
Library | PhotoAcquireUID.lib |