![]() |
NDEVR
API Documentation
|
Information about a specific registry action to be taken, typically at install-time. More...
Public Attributes | |
| RegistryActionType | action = RegistryActionType::e_create |
| The action to perform on the registry key. | |
| bool | is_key_path = false |
| Whether the path represents a key path rather than a value path. | |
| bool | ownership = true |
| Whether to take ownership of the registry key. | |
| StringAllocatingView | path |
| Registry key path relative to the root. | |
| Buffer< Permission > | permissions |
| Permissions to set on the registry key. | |
| StringAllocatingView | root = StringAllocatingView("HKLM") |
| Registry root hive: "HKMU", "HKCR", "HKCU", "HKLM", or "HKU". | |
| RegistryType | type = RegistryType::e_string |
| The data type of the registry value. | |
| StringAllocatingView | value |
| The registry value data to write. | |
| Public Attributes inherited from ModuleFeatureBase | |
| TranslatedString | description |
| User-facing description (e.g., displayed in Windows Firewall manager). | |
| String | id |
| Unique identifier for this feature. | |
| TranslatedString | name |
| User-facing display name. | |
Information about a specific registry action to be taken, typically at install-time.
Definition at line 239 of file ModuleResourceManager.h.