IPhotoAcquireItem::Delete method (photoacquire.h)

The Delete method deletes an item.

Syntax

HRESULT Delete();

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

Remarks

To determine whether an item may be deleted, call CanDelete first.

Requirements

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

See also

IPhotoAcquireItem Interface

IPhotoAcquireItem::CanDelete