IPhotoAcquireItem interface (photoacquire.h)

The IPhotoAcquireItem interface provides methods for working with items as they are acquired from a device.

Inheritance

The IPhotoAcquireItem interface inherits from the IUnknown interface. IPhotoAcquireItem also has these types of members:

Methods

The IPhotoAcquireItem interface has these methods.

 
IPhotoAcquireItem::CanDelete

The CanDelete method indicates whether an item may be deleted.
IPhotoAcquireItem::Delete

The Delete method deletes an item.
IPhotoAcquireItem::GetItemName

The GetItemName method retrieves the file name for an item.
IPhotoAcquireItem::GetProperty

The GetProperty method retrieves the value of a property of an item.
IPhotoAcquireItem::GetStream

The GetStream method retrieves a read-only stream containing the contents of an item.
IPhotoAcquireItem::GetSubItemAt

The GetSubItemAt method retrieves a subitem of an item, given the index of the subitem.
IPhotoAcquireItem::GetSubItemCount

The GetSubItemCount method retrieves the number of subitems contained in an item.
IPhotoAcquireItem::GetThumbnail

The GetThumbnail method retrieves the thumbnail provided for an item.
IPhotoAcquireItem::SetProperty

The SetProperty method sets a property for an item.

Requirements

Requirement Value
Target Platform Windows
Header photoacquire.h

See also

Interfaces