API Documentation
|
Information about a specific registry action to be taken, typically at install-time. More...
#include <ModuleResourceManager.h>
Public Attributes | |
RegistryActionType | action = RegistryActionType::e_create |
bool | is_key_path = false |
bool | ownership = true |
String | path |
Buffer< Permission > | permissions |
String | root = "HKLM" |
RegistryType | type = RegistryType::e_string |
String | value |
Public Attributes inherited from ModuleFeatureBase | |
TranslatedString | description |
String | id |
TranslatedString | name |
Information about a specific registry action to be taken, typically at install-time.
bool is_key_path = false |
bool ownership = true |
String path |
Buffer<Permission> permissions |
String root = "HKLM" |
String value |