SPBEGINF enumeration
Used by IActionProgress::Begin, these constants specify certain UI operations that are to be enabled or disabled.
Syntax
typedef enum _SPBEGINF { SPBEGINF_NORMAL = 0, SPBEGINF_AUTOTIME = 0x2, SPBEGINF_NOPROGRESSBAR = 0x10, SPBEGINF_MARQUEEPROGRESS = 0x20, SPBEGINF_NOCANCELBUTTON = 0x40 } SPBEGINF;
Constants
- SPBEGINF_NORMAL
-
Indicates default progress behavior.
- SPBEGINF_AUTOTIME
-
Indicates that the progress UI should automatically update a text field with the amount of time remaining until the action completes.
- SPBEGINF_NOPROGRESSBAR
-
Indicates that the UI should not display a progress bar.
- SPBEGINF_MARQUEEPROGRESS
-
Indicates that the UI should use a marquee-style progress bar.
- SPBEGINF_NOCANCELBUTTON
-
Indicates that the UI should not include a Cancel button.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Product | Outlook Express 6.0 |
|
Header |
|
|
IDL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/28/2012