Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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_DEFAULTValue: 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_ACCEPTValue: 1 The application has determined that the file should be returned from the dialog. |
FDEOR_REFUSEValue: 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) |