SPTEXT enumeration (shobjidl_core.h)

Specifies the type of descriptive text being provided to an IActionProgress interface.

Syntax

typedef enum _SPTEXT {
  SPTEXT_ACTIONDESCRIPTION = 1,
  SPTEXT_ACTIONDETAIL
} SPTEXT;

Constants

 
SPTEXT_ACTIONDESCRIPTION
Value: 1
The text is a high level, short description.
SPTEXT_ACTIONDETAIL
The text is a detailed description.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header shobjidl_core.h (include Shobjidl.h)

See also

IActionProgress