Expand Minimize
This topic has not yet been rated - Rate this topic

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

Shobjidl.h

IDL

Shobjidl.idl

See also

IActionProgress
IActionProgress::Begin

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.