IPhotoAcquireItem::CanDelete method (photoacquire.h)

The CanDelete method indicates whether an item may be deleted.

Syntax

HRESULT CanDelete(
  [out] BOOL *pfCanDelete
);

Parameters

[out] pfCanDelete

Pointer to a flag that, when set to TRUE, indicates that the item can be deleted.

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.

Requirements

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

See also

IPhotoAcquireItem Interface