package rrg.winreg

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

enum PredefinedKey

winreg.proto:16

[Predefined key][1] of the Windows registry. Note that the integer representation **does not** correspond to the `HKEY_*` constants as defined in the [`winreg.h`] header (they are out of the allowed range for Protocol Buffer enums). [1]: https://learn.microsoft.com/en-us/windows/win32/sysinfo/predefined-keys

Used in: action.get_winreg_value.Args, action.get_winreg_value.Result, action.list_winreg_keys.Args, action.list_winreg_keys.Result, action.list_winreg_values.Args, action.list_winreg_values.Result

message Value

winreg.proto:32

[Value][1] of the Windows registry. [1]: https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry-value-types

Used in: action.get_winreg_value.Result, action.list_winreg_values.Result

message Value.StringList

winreg.proto:55

Wrapper for list of strings to be used in `oneof` fields.

Used in: Value