Crate windows_registry_obj
Source - Error
- An error object consists of both an error code and optional detailed error information for debugging.
- HRESULT
- An error code value returned by most COM functions.
- RegValue
- A structure that represents a registry value, including its name and data
- Registry
- A structure that represents a registry key, including its path and values
- Transaction
- A transaction object.
- BaseKey
- RegValueData
- Represents the data type of a registry value
- CLASSES_ROOT
- The predefined
HKEY_CLASSES_ROOT registry key. - CURRENT_CONFIG
- The predefined
HKEY_CURRENT_CONFIG registry key. - CURRENT_USER
- The predefined
HKEY_CURRENT_USER registry key. - LOCAL_MACHINE
- The predefined
HKEY_LOCAL_MACHINE registry key. - USERS
- The predefined
HKEY_USERS registry key.
- RegValueDataOwned
- Result
- A specialized
Result type that provides Windows error information.