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

SPTEXT enumeration

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

Syntax


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

Constants

SPTEXT_ACTIONDESCRIPTION

The text is a high level, short description.

SPTEXT_ACTIONDETAIL

The text is a detailed description.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

See also

IActionProgress

 

 

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.