RegistryEntryMod searches for name entries that have specified modifiers.
OSStatus RegistryEntryMod (
RegEntryIter *cookie,
RegEntryIterationOp relationship,
RegEntryID *foundEntry,
Boolean *done,
RegEntryModifiers matchingModifiers);
RegistryEntryMod searches for name entries, using the relation indicated by relationship, that have a specified modifier. RegistryEntryMod returns the RegEntryID value that identifies the next name entry found in foundEntry, or true in done if all entries have been exhausted.
RegistryEntryMod returns only name entries with modifiers that match the value of matchingModifiers. It uses a bit AND operation to determine when the bits set in matchingModifiers are also set in the entry.