Contents

getChildEntry

Returns an registry entry's first child entry in a plane.

Declaration

virtual IORegistryEntry * getChildEntry(
 const IORegistryPlane *plane ) const;

Parameters

  • plane:

    The plane object.

Return Value

Returns the first child of the registry entry, or zero if the entry is not attached into the registry in that plane. The child is retained while the entry is attached, and should not be released by the caller.

Overview

This function will return the child which first attached to a registry entry.

See Also

Miscellaneous