[Flags] internal enum RegNotifyFilter { ChangeName = 0x00000001, ChangeAttributes = 0x00000002, ChangeLastSet = 0x00000004, ChangeSecurity = 0x00000008, AllAvailable = ChangeName | ChangeAttributes | ChangeLastSet | ChangeSecurity }
Enum RegNotifyFilter TODO End Enum
None.
Do you have...
Select "Edit This Page" on the right hand toolbar and edit it!