The starting routine RegistryPropertyIterateCreate creates an iterator for all the properties associated with a name entry.
OSStatus RegistryPropertyIterateCreate (
const RegEntryID *entry,
RegPropertyIter *cookie);
RegistryPropertyIterateCreate creates a property iterator ( cookie ) that can be used to iterate the properties of the name entry identified by entry. The value it returns in cookie is used by RegistryPropertyIterate, described next.
noErr
|
0 | No error |
paramErr
|
-50 | Bad parameter |
nrInvalidNodeErr
|
-2538 | RegEntryID value not valid |