Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PROGRESS_DIALOG_IMAGE_TYPE enumeration type indicates the image type set in IPhotoProgressDialog::SetImage.
Syntax
typedef enum tagPROGRESS_DIALOG_IMAGE_TYPE {
PROGRESS_DIALOG_ICON_SMALL = 0,
PROGRESS_DIALOG_ICON_LARGE = 0x1,
PROGRESS_DIALOG_ICON_THUMBNAIL = 0x2,
PROGRESS_DIALOG_BITMAP_THUMBNAIL = 0x3
} PROGRESS_DIALOG_IMAGE_TYPE;
Constants
PROGRESS_DIALOG_ICON_SMALLValue: 0 Specifies the small icon used in the title bar (normally 16 x 16 pixels). |
PROGRESS_DIALOG_ICON_LARGEValue: 0x1 Specifies the icon used to represent the progress dialog box in ALT+TAB key combination windows (normally 32 x 32 pixels). |
PROGRESS_DIALOG_ICON_THUMBNAILValue: 0x2 Specifies an icon used in place of the thumbnail (up to 128 x 128 pixels). |
PROGRESS_DIALOG_BITMAP_THUMBNAILValue: 0x3 Specifies a bitmap thumbnail (up to 128 x 128 pixels, although it will be scaled to fit if it is too large). |
Requirements
| Requirement | Value |
|---|---|
| Header | photoacquire.h |