RegistryEntrySetMod sets the modifiers for a name entry in the Registry.
OSStatus RegistryEntrySetMod (
const RegEntryID *entry,
const RegEntryModifiers modifiers);
RegistryEntrySetMod sets the modifiers specified in modifiers for the name entry identified by entry. The caller is responsible for preserving bits that should remain set by reading the current modifier value, changing it, and then assigning the new value.
noErr
|
0 | No error |
paramErr
|
-50 | Bad parameter |
nrInvalidNodeErr
|
-2538 | RegEntryID value not valid |