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 values used by the IFileDialogEvents::OnOverwrite method to indicate an application's response to an overwrite request during a save operation using the common file dialog.
Syntax
typedef enum FDE_OVERWRITE_RESPONSE {
FDEOR_DEFAULT = 0,
FDEOR_ACCEPT = 1,
FDEOR_REFUSE = 2
} ;
Constants
FDEOR_DEFAULT Value: 0 The application has not handled the event. The dialog displays a UI asking the user whether the file should be overwritten and returned from the dialog. |
FDEOR_ACCEPT Value: 1 The application has determined that the file should be returned from the dialog. |
FDEOR_REFUSE Value: 2 The application has determined that the file should not be returned from the dialog. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | shobjidl_core.h (include Shobjidl.h) |