21 #import "OFWindowsRegistryKey.h"
25 OF_ASSUME_NONNULL_BEGIN
36 OFWindowsRegistryKey *_registryKey;
45 @property (readonly, nonatomic) OFWindowsRegistryKey *registryKey;
50 @property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFString *valueName;
55 @property (readonly, nonatomic) LSTATUS status;
66 + (instancetype)exceptionWithRegistryKey: (OFWindowsRegistryKey *)registryKey
67 valueName: (nullable
OFString *)valueName
68 status: (LSTATUS)status;
70 - (instancetype)init OF_UNAVAILABLE;
81 - (instancetype)initWithRegistryKey: (OFWindowsRegistryKey *)registryKey
82 valueName: (nullable
OFString *)valueName
83 status: (LSTATUS)status OF_DESIGNATED_INITIALIZER;
An exception indicating that deleting a Windows registry value failed.
Definition: OFDeleteWindowsRegistryValueFailedException.h:35
The base class for all exceptions in ObjFW.
Definition: OFException.h:157
A class for handling strings.
Definition: OFString.h:139