3 references to FDE_SHAREVIOLATION_RESPONSE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\FileDialog_Vista.cs (2)
246
public void OnShareViolation(FileDialogNative.IFileDialog pfd, FileDialogNative.IShellItem psi, out FileDialogNative.
FDE_SHAREVIOLATION_RESPONSE
pResponse)
248
pResponse = FileDialogNative.
FDE_SHAREVIOLATION_RESPONSE
.FDESVR_DEFAULT;
winforms\Managed\System\WinForms\FileDialog_Vista_Interop.cs (1)
307
void OnShareViolation([In, MarshalAs(UnmanagedType.Interface)] IFileDialog pfd, [In, MarshalAs(UnmanagedType.Interface)] IShellItem psi, out
FDE_SHAREVIOLATION_RESPONSE
pResponse);