API Documentation
Loading...
Searching...
No Matches
RegistryKeyAction Struct Reference

Information about a specific registry action to be taken, typically at install-time. More...

#include <ModuleResourceManager.h>

Inheritance diagram for RegistryKeyAction:
[legend]
Collaboration diagram for RegistryKeyAction:
[legend]

Public Attributes

RegistryActionType action = RegistryActionType::e_create
 
bool is_key_path = false
 
bool ownership = true
 
String path
 
Buffer< Permissionpermissions
 
String root = "HKLM"
 
RegistryType type = RegistryType::e_string
 
String value
 
- Public Attributes inherited from ModuleFeatureBase
TranslatedString description
 
String id
 
TranslatedString name
 

Detailed Description

Information about a specific registry action to be taken, typically at install-time.


Member Data Documentation

◆ action

◆ is_key_path

bool is_key_path = false

◆ ownership

bool ownership = true

◆ path

String path

◆ permissions

Buffer<Permission> permissions

◆ root

String root = "HKLM"

◆ type

◆ value

String value

The documentation for this struct was generated from the following file: