#include <RegistryCreateOptions.hh>
◆ Flag
| Enumerator |
|---|
| REG_OPTION_NON_VOLATILE | |
| REG_OPTION_VOLATILE | |
| REG_OPTION_CREATE_LINK | |
| REG_OPTION_BACKUP_RESTORE | |
◆ RegistryCreateOptions() [1/2]
| introvirt::windows::nt::RegistryCreateOptions::RegistryCreateOptions |
( |
| ) |
|
◆ RegistryCreateOptions() [2/2]
| introvirt::windows::nt::RegistryCreateOptions::RegistryCreateOptions |
( |
uint32_t |
value | ) |
|
◆ disableFlag()
| void introvirt::windows::nt::RegistryCreateOptions::disableFlag |
( |
Flag |
flag | ) |
|
◆ enableFlag()
| void introvirt::windows::nt::RegistryCreateOptions::enableFlag |
( |
Flag |
flag | ) |
|
◆ getValue()
| uint32_t introvirt::windows::nt::RegistryCreateOptions::getValue |
( |
| ) |
const |
◆ isFlagEnabled()
| bool introvirt::windows::nt::RegistryCreateOptions::isFlagEnabled |
( |
Flag |
flag | ) |
const |
- Parameters
-
- Returns
- True if the given flag is enabled
◆ operator Json::Value()
| introvirt::windows::nt::RegistryCreateOptions::operator Json::Value |
( |
| ) |
const |
◆ operator uint32_t()
| introvirt::windows::nt::RegistryCreateOptions::operator uint32_t |
( |
| ) |
const |
◆ setValue()
| void introvirt::windows::nt::RegistryCreateOptions::setValue |
( |
uint32_t |
value | ) |
|
- Parameters
-
| value | The raw value to set |
◆ to_string()
| std::string introvirt::windows::nt::RegistryCreateOptions::to_string |
( |
const std::string & |
separator = " " | ) |
const |
- Parameters
-
| separator | The separator to use between flags |
- Returns
- A human readable string
The documentation for this class was generated from the following file: