RegistryPropertyGetMod fetches the modifiers for a property in the Registry.
OSStatus RegistryPropertyGetMod (
const RegEntryID *entry,
const RegPropertyName *name,
RegPropertyModifiers *modifiers);
RegistryPropertyGetMod returns in modifiers the current modifiers for the property with name name in the name entry identified by entry.
noErr
|
0 | No error |
paramErr
|
-50 | Bad parameter |
nrInvalidNodeErr
|
-2538 | RegEntryID value not valid |
nrNotFoundErr
|
-2539 | Search failed to match criteria |