IPhotoAcquireProgressCB::StartDelete method (photoacquire.h)

The StartDelete method provides extended functionality when deletion of items from the device begins.

The implementation of StartDelete is provided by the application.

Syntax

HRESULT StartDelete(
  [in] IPhotoAcquireSource *pPhotoAcquireSource
);

Parameters

[in] pPhotoAcquireSource

Pointer to the IPhotoAcquireSource that items are being deleted from.

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
S_OK
The method succeeded.
E_NOTIMPL
The method is not yet implemented

Requirements

Requirement Value
Target Platform Windows
Header photoacquire.h
Library PhotoAcquireUID.lib

See also

IPhotoAcquireProgressCB Interface