Contents

copyChildEntry

Returns an registry entry's first child entry in a plane. Available in macOS 10.1 or later.

Declaration

virtual IORegistryEntry * copyChildEntry(
 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. A reference on the entry is returned to caller, which should be released.

Overview

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

See Also

Miscellaneous