IPhotoAcquire interface (photoacquire.h)

The IPhotoAcquire interface provides methods for acquiring photos from a device.

Inheritance

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

Methods

The IPhotoAcquire interface has these methods.

 
IPhotoAcquire::Acquire

The Acquire method acquires photos from a device.
IPhotoAcquire::CreatePhotoSource

The CreatePhotoSource method initializes an IPhotoAcquireSource object to pass to IPhotoAcquire::Acquire.
IPhotoAcquire::EnumResults

The EnumResults method retrieves an enumeration containing the paths of all files successfully transferred during the most recent call to Acquire.

Requirements

Requirement Value
Target Platform Windows
Header photoacquire.h

See also

Interfaces