SHERB_RECYCLE Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Fields
 
Name Value Description
SHERB_NO_CONFIRMATION 1
SHERB_NO_PROGRESS_UI 1
SHERB_NO_SOUND 4
[Flags]
 public enum SHERB_RECYCLE : int
 {
     SHERB_NO_CONFIRMATION = 0x00000001,
     SHERB_NO_PROGRESS_UI = 0x00000001,
     SHERB_NO_SOUND = 0x00000004
 }
					
This language is not supported or no code example is available.

In this article

Definition