Crate windows_registry
source ·Expand description
Learn more about Rust for Windows here: https://github.com/microsoft/windows-rs
Structs§
- An (HSTRING) is a reference-counted and immutable UTF-16 string type.
- A registry key.
- An iterator of registry key names.
- An iterator of registry values.
Enums§
- The possible types that a registry value could have.
- A registry value.
Constants§
- The predefined
HKEY_CLASSES_ROOT
registry key. - The predefined
HKEY_CURRENT_CONFIG
registry key. - The predefined
HKEY_CURRENT_USER
registry key. - The predefined
HKEY_LOCAL_MACHINE
registry key. - The predefined
HKEY_USERS
registry key.
Type Aliases§
- A specialized
Result
type that provides Windows error information.