RegistryPropertyDelete deletes a property from the Name Registry.
OSStatus RegistryPropertyDelete (
const RegEntryID *entryID,
const RegPropertyName *propertyName);
RegistryPropertyDelete deletes the property named propertyName from the name entry identified by entryID.
noErr
|
0 | No error |
paramErr
|
-50 | Bad parameter |
nrLockedErr
|
-2536 | Entry or property locked |
nrInvalidNodeErr
|
-2538 | RegEntryID value not valid |
nrNotFoundErr
|
-2539 | Search failed to match criteria |