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.
Specifies the type of descriptive text being provided to an IActionProgress interface.
Syntax
typedef enum _SPTEXT {
SPTEXT_ACTIONDESCRIPTION = 1,
SPTEXT_ACTIONDETAIL
} SPTEXT;
Constants
SPTEXT_ACTIONDESCRIPTIONValue: 1 The text is a high level, short description. |
SPTEXT_ACTIONDETAILThe 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) |