Contents

IORegistryIteratorEnterEntry(_:)

Recurse into the current entry in the registry iteration.

Declaration

func IORegistryIteratorEnterEntry(_ iterator: io_iterator_t) -> kern_return_t

Return Value

A kern_return_t error code.

Discussion

This method makes the current entry, ie. the last entry returned by IOIteratorNext, the root in a new level of recursion.

See Also

Miscellaneous