Contents

enterEntry(const IORegistryPlane *)

Recurse into the current entry in the registry iteration.

Declaration

virtual void enterEntry(
 const IORegistryPlane *plane );

Parameters

  • plane:

    The new plane to switch into.

Overview

This method recurses into an entry as with enterEntry, but also switches from the current plane to a new one set by the caller.

See Also

Miscellaneous