21 #import "OFWindowsRegistryKey.h" 25 OF_ASSUME_NONNULL_BEGIN
35 OFWindowsRegistryKey *_registryKey;
44 @property (readonly, nonatomic) OFWindowsRegistryKey *registryKey;
49 @property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFString *valueName;
54 @property (readonly, nonatomic) LSTATUS status;
65 + (instancetype)exceptionWithRegistryKey: (OFWindowsRegistryKey *)registryKey
66 valueName: (nullable
OFString *)valueName
67 status: (LSTATUS)status;
69 - (instancetype)init OF_UNAVAILABLE;
80 - (instancetype)initWithRegistryKey: (OFWindowsRegistryKey *)registryKey
81 valueName: (nullable
OFString *)valueName
82 status: (LSTATUS)status OF_DESIGNATED_INITIALIZER;
A class for handling strings.
Definition: OFString.h:142
The base class for all exceptions in ObjFW.
Definition: OFException.h:156
An exception indicating that deleting a Windows registry value failed.
Definition: OFDeleteWindowsRegistryValueFailedException.h:33