Click or drag to resize

FDE_SHAREVIOLATION_RESPONSE Enumeration

Specifies the values used by the ShareViolationFileDialogEventArgs Response property to indicate an application's response to a sharing violation that occurs when a file is opened or saved. Maps to Windows' FDE_SHAREVIOLATION_RESPONSE enumeration..

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum FDE_SHAREVIOLATION_RESPONSE
Members
  Member nameValueDescription
FDESVR_DEFAULT0 The application has not handled the event. The dialog displays a UI that indicates that the file is in use and a different file must be chosen.
FDESVR_ACCEPT1 The application has determined that the file should be returned from the dialog.
FDESVR_REFUSE2 The application has determined that the file should not be returned from the dialog.
See Also