IPhotoProgressDialog interface (photoacquire.h)

Provides the progress dialog box that may be displayed when enumerating or importing images. The dialog box is modal and runs in its own thread.

Inheritance

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

Methods

The IPhotoProgressDialog interface has these methods.

 
IPhotoProgressDialog::Create

The Create method creates and displays a progress dialog box that can be shown during image enumeration and acquisition.
IPhotoProgressDialog::Destroy

The Destroy method closes and disposes of the progress dialog box shown during image enumeration and acquisition.
IPhotoProgressDialog::GetUserInput

Retrieves descriptive information entered by the user, such as the tag name of the images to store.
IPhotoProgressDialog::GetWindow

The GetWindow method retrieves the handle to the progress dialog box.
IPhotoProgressDialog::IsCancelled

The IsCancelled method indicates whether the operation has been canceled via the progress dialog box.
IPhotoProgressDialog::IsCheckboxChecked

The IsCheckboxChecked method indicates whether the check box in the progress dialog box (typically indicating whether to delete files after transfer) is selected.
IPhotoProgressDialog::SetCaption

Sets the caption of the progress dialog box.
IPhotoProgressDialog::SetCheckboxText

The SetCheckboxText method sets the text for the check box in the progress dialog box indicating whether to delete images after transfer.
IPhotoProgressDialog::SetCheckboxTooltip

The SetCheckboxTooltip method sets the tooltip text for the check box in the progress dialog box.
IPhotoProgressDialog::SetImage

Sets either the thumbnail image displayed in the progress dialog box, the icon in the title bar of the progress dialog box, or the icon in ALT+TAB key combination windows.
IPhotoProgressDialog::SetPercentComplete

The SetPercentComplete method sets a value indicating the completed portion of the current operation.
IPhotoProgressDialog::SetProgressText

The SetProgressText method sets the text for the progress bar in the progress dialog box.
IPhotoProgressDialog::SetTitle

The SetTitle method sets the title of the progress dialog box.
IPhotoProgressDialog::ShowCheckbox

The ShowCheckbox method indicates whether to show the check box in the progress dialog box indicating whether to delete images after transfer.

Requirements

Requirement Value
Target Platform Windows
Header photoacquire.h

See also

Interfaces