SHREGDEL_FLAGS enumeration
Provides a set of values that indicate from which base key an item will be deleted.
Syntax
typedef enum { SHREGDEL_DEFAULT = 0x00000000, SHREGDEL_HKCU = 0x00000001, SHREGDEL_HKLM = 0x00000010, SHREGDEL_BOTH = 0x00000011 } SHREGDEL_FLAGS;
Constants
- SHREGDEL_DEFAULT
-
Deletes from HKEY_CURRENT_USER. If the specified item is not found under HKEY_CURRENT_USER, deletes from HKEY_LOCAL_MACHINE.
- SHREGDEL_HKCU
-
Enumerates from HKEY_CURRENT_USER only.
- SHREGDEL_HKLM
-
Enumerates under HKEY_LOCAL_MACHINE only.
- SHREGDEL_BOTH
-
Deletes from both HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE.
Requirements
|
Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|