IPhotoAcquirePlugin interface (photoacquire.h)

Implement the IPhotoAcquirePlugin interface when you want to create a plug-in to run alongside the Windows Vista user interface (UI) for image acquisition. Registry settings are required to enable the plug-in.

Inheritance

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

Methods

The IPhotoAcquirePlugin interface has these methods.

 
IPhotoAcquirePlugin::DisplayConfigureDialog

The DisplayConfigureDialog method provides extended functionality when the configuration dialog is displayed. The application provides the implementation of the DisplayConfigureDialog method.
IPhotoAcquirePlugin::Initialize

The Initialize method provides extended functionality when the plug-in is initialized. The application provides the implementation of the Initialize method.
IPhotoAcquirePlugin::ProcessItem

The ProcessItem method provides additional functionality each time an item is processed. The application provides the implementation of the ProcessItem method.
IPhotoAcquirePlugin::TransferComplete

Provides extended functionality when a transfer session is completed. The application provides the implementation of the TransferComplete method.

Requirements

Requirement Value
Target Platform Windows
Header photoacquire.h

See also

Interfaces