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

ATTACHMENT_ACTION enumeration

Provides a set of flags to be used with IAttachmentExecute::Prompt to indicate the action to be performed upon user confirmation.

Syntax


typedef enum ATTACHMENT_ACTION { 
  ATTACHMENT_ACTION_CANCEL  = 0x0000,
  ATTACHMENT_ACTION_SAVE    = 0x0001,
  ATTACHMENT_ACTION_EXEC    = 0x0002
} ATTACHMENT_ACTION;

Constants

ATTACHMENT_ACTION_CANCEL

Cancel

ATTACHMENT_ACTION_SAVE

Save

ATTACHMENT_ACTION_EXEC

Execute

Requirements

Minimum supported client

Windows XP with SP2 [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

 

 

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.